This commit is contained in:
Daniel Bulant 2021-05-16 13:08:13 +02:00 committed by GitHub
parent 9ebf7b1f91
commit b855031e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ dbClient.connect(e => {
console.error(e);
return process.exit();
}
dbClient.getMongo().slaveOk();
console.log("Database connected!");
});