Fixed MongoDB connection string

This commit is contained in:
Ylian Saint-Hilaire
2019-07-29 18:21:52 -07:00
parent ec0047369b
commit d0737562aa
6 changed files with 7 additions and 9 deletions

View File

@@ -2096,7 +2096,7 @@
break;
}
default:
console.log('Unknown message.action', message.action);
//console.log('Unknown message.action', message.action);
break;
}
}