Skip to content

Commit 3730a14

Browse files
committed
console logs added to check execution order
1 parent b48f4c3 commit 3730a14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chronos_npm_package/chronos.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ class Chronos {
7171
*/
7272
if (database.type === 'MongoDB') {
7373
//MONGO IS NOT ACTUAL MONGO, its a separate function imported from the controllers file
74-
console.log("MIKE YOOOOOOOOOOO",this.config)
74+
console.log("MIKE YOOOOOOOOOOO",this.config);
7575
mongo.connect(this.config);
7676
mongo.services(this.config);
7777
// console.log('dockerized really? chronos.js LN 75', dockerized, this.config)
7878
dockerized ? mongo.docker(this.config) : mongo.health(this.config);
79+
7980
if (database.connection === 'REST') {
8081
return mongo.communications(this.config);
8182
}

0 commit comments

Comments
 (0)