tnx-shared 5.3.223 → 5.3.224

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.
@@ -33580,7 +33580,7 @@
33580
33580
  this._connected = false;
33581
33581
  this.numberOfRetry = 1;
33582
33582
  this.env = _moduleConfigService.getConfig().environment;
33583
- if (this.env.enableTnClient) {
33583
+ if (this.env.disableTnClient) {
33584
33584
  this.init();
33585
33585
  }
33586
33586
  }