diff --git a/index.js b/index.js index 773abe2..1642e66 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ module.exports = function () { - let obj = require('bindings')('cryptoforknote.node') + let obj = require('bindings')('cryptoforknote.node')(); return obj; };