We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48f4c3 commit 3730a14Copy full SHA for 3730a14
1 file changed
chronos_npm_package/chronos.js
@@ -71,11 +71,12 @@ class Chronos {
71
*/
72
if (database.type === 'MongoDB') {
73
//MONGO IS NOT ACTUAL MONGO, its a separate function imported from the controllers file
74
- console.log("MIKE YOOOOOOOOOOO",this.config)
+ console.log("MIKE YOOOOOOOOOOO",this.config);
75
mongo.connect(this.config);
76
mongo.services(this.config);
77
// console.log('dockerized really? chronos.js LN 75', dockerized, this.config)
78
dockerized ? mongo.docker(this.config) : mongo.health(this.config);
79
+
80
if (database.connection === 'REST') {
81
return mongo.communications(this.config);
82
}
0 commit comments