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.
|
319
|
+
await Promise.all(tenants.map(async t => await this.getModel(model, t.envUuid)));
|
320
320
|
}
|
321
321
|
}
|
322
322
|
}
|