Register added
This commit is contained in:
parent
66e7e0b48d
commit
cb537f7c7f
6 changed files with 49 additions and 15 deletions
|
|
@ -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 );
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue