ReferenceError: nameCollector is not defined
util.js:2
    at Object.collect (/Users/me/GitHub/discord-mpp-bridge/src/mppbridger/namecollector.js:30:4)
    at process._tickCallback (internal/process/next_tick.js:68:7)
This commit is contained in:
Lamp 2018-07-13 21:59:55 -07:00
parent bd14e2e40c
commit b3ec1fc11b
No known key found for this signature in database
GPG Key ID: 0F1F8704BEDE369E
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module.exports = { var nameCollector = module.exports = {
collection: mdbClient.db('heroku_jrtfvpd9').collection('ppl'), collection: mdbClient.db('heroku_jrtfvpd9').collection('ppl'),
collect: async function (participant) { collect: async function (participant) {
if (config.testmode) return; if (config.testmode) return;