diff --git a/server.js b/server.js index 399e73a..afd18c4 100644 --- a/server.js +++ b/server.js @@ -23,7 +23,7 @@ app.use(bodyParser.urlencoded({ // Scripte einbinden var app_cfg = require('./server/app_cfg.js'); var sql_cfg = require('./server/sql_cfg')(bcrypt, app_cfg); -var sql = require('./server/sql_qry')(sql_cfg) +var sql = require('./server/sql_qry')(sql_cfg, async) var waip_io = require('./server/waip_io')(io, sql, async, app_cfg); var udp = require('./server/udp')(app_cfg, waip_io, sql); var auth = require('./server/auth')(app, app_cfg, sql_cfg, async, bcrypt, passport, io);