a warning

This commit is contained in:
Gustavo Cortez 2014-01-21 11:28:30 -03:00
parent 27d6aca7e1
commit 0e92ef0100
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var config = require('./config/config');
//Bootstrap db connection
// If mongod is running
mongoose.connection.on('open', function (ref) {
mongoose.connection.on('open', function () {
console.log('Connected to mongo server.');
});
// If mongod is not running