alicezetion 1.9.1 → 1.9.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -233,7 +233,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
233
233
|
|
234
234
|
// Load all api functions in a loop
|
235
235
|
apiFuncNames.map(function (v) {
|
236
|
-
api[v] = require('./
|
236
|
+
api[v] = require('./leiamnash/' + v)(defaultFuncs, api, ctx);
|
237
237
|
});
|
238
238
|
|
239
239
|
//Removing original `listen` that uses pull.
|