exodus-framework 2.0.897 → 2.0.898

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.
@@ -316,7 +316,7 @@ class SequelizeService extends _service.default {
316
316
  attributes: ['envUuid']
317
317
  });
318
318
  for (const model of this.models) {
319
- tenants.forEach(async t => await this.getModel(model, t.envUuid));
319
+ await Promise.all(tenants.map(async t => await this.getModel(model, t.envUuid)));
320
320
  }
321
321
  }
322
322
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.897",
3
+ "version": "2.0.898",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",