diff --git a/index.js b/index.js index 2eaf06e..8c801a6 100644 --- a/index.js +++ b/index.js @@ -17,8 +17,6 @@ const markdowned = s => { return s.toString().replace(MarkdownEscape, escapeFunc) } -const waitPort = require('wait-port') - const mongo_uri = "mongodb://"+process.env.MONGO_HOST+"/godot"