@vulkano/core 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -573,7 +573,7 @@ module.exports = function loadServer() {
573
573
  socketsDatabase = mongoose.connection.db.s.namespace.db;
574
574
 
575
575
  // SOCKETS_MONGO_URI
576
- if (socketsConnection !== mongoClientDB.s.url) {
576
+ if (socketsConnection && ( socketsConnection !== mongoClientDB.s.url )) {
577
577
 
578
578
  const socketMongoInstance = new socketMongoose.Mongoose();
579
579
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulkano/core",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A MVC framework using Express 4",
5
5
  "license": "MIT",
6
6
  "author": "Vulkano Team",