diff --git a/packages/simplex-chat-nodejs/src/index.js b/packages/simplex-chat-nodejs/src/index.js index 2f2dbb94f1..78bdce36db 100644 --- a/packages/simplex-chat-nodejs/src/index.js +++ b/packages/simplex-chat-nodejs/src/index.js @@ -1,4 +1,4 @@ -const addon = require('../build/Release/simplex-shum'); +const addon = require('../build/Release/simplex-shim'); const fs = require('fs'); const ctrlAndRes = addon.chat_migrate_init("db", "a", "yesUp")