vona-module-a-orm 5.0.81 → 5.0.82
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.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -260,7 +260,6 @@ let ServiceDatabase = (_dec$r = Service(), _dec2$r = BeanInfo({
|
|
|
260
260
|
const instanceName = this.ctx.instanceName;
|
|
261
261
|
if (!isNil(instanceName)) {
|
|
262
262
|
const configInstanceBase = this.$scope.instance.service.instance.getConfigInstanceBase(instanceName);
|
|
263
|
-
if (configInstanceBase === false) throw new Error(`instance disabled: ${instanceName}`);
|
|
264
263
|
if (configInstanceBase?.isolate) {
|
|
265
264
|
return configInstanceBase.isolateClient;
|
|
266
265
|
}
|