From e921964f8efdd63aa5ac263605a9c958fe866a8d Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sat, 6 Jun 2020 18:03:22 -0500 Subject: [PATCH] Resovle module --- api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.js b/api.js index b2450d3..4a4f514 100644 --- a/api.js +++ b/api.js @@ -10,7 +10,7 @@ let ready_ps = [] app.up().then(() => { ready = true - ready_ps.forEach(x => x()) + ready_ps.forEach(x => x(exports)) }) module.exports = exports = {