exodus-framework 2.0.691 → 2.0.692

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.
@@ -27,7 +27,7 @@ class AccessMiddleware extends _controller.default {
27
27
  }
28
28
  }
29
29
  req.tenant = {
30
- id: tenantId || `root@${_app.Core.settings.getDatabase().service}`
30
+ id: tenantId || `root@${_app.Core.settings.getDatabase().service.database}`
31
31
  };
32
32
  next();
33
33
  };
@@ -222,7 +222,7 @@ class SequelizeService extends _service.default {
222
222
  this.initializedModels.set(query, m);
223
223
  return m;
224
224
  }
225
- return null;
225
+ throw new _error.ApplicationException('Não foi possível obter o model espeficificado');
226
226
  }
227
227
  parseDataInfoByTenantId(tenant) {
228
228
  const e = tenant.split('@');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.691",
3
+ "version": "2.0.692",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",