Resovle module

This commit is contained in:
garrettmills 2020-06-06 18:03:22 -05:00
parent fce3942cbc
commit e921964f8e
No known key found for this signature in database
GPG Key ID: 6ACD58D6ADACFC6E

2
api.js
View File

@ -10,7 +10,7 @@ let ready_ps = []
app.up().then(() => { app.up().then(() => {
ready = true ready = true
ready_ps.forEach(x => x()) ready_ps.forEach(x => x(exports))
}) })
module.exports = exports = { module.exports = exports = {