Register added

This commit is contained in:
NyxiumYuuki 2021-05-28 11:55:45 +02:00
parent 66e7e0b48d
commit cb537f7c7f
6 changed files with 49 additions and 15 deletions

View file

@ -10,7 +10,6 @@ module.exports = {
console.log('mongodb-authentication-checkConnection'+client===undefined);
if (client !== undefined) console.log(client.isConnected());
db = client.db(config.mongodbDatabase);
return callback( err );
});
},