acsi-core 1.2.36 → 1.2.37

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 CHANGED
@@ -1729,7 +1729,7 @@ var apiUpload = axios.create({
1729
1729
  if (imPersonate) {
1730
1730
  config.headers.ImPersonate = imPersonate;
1731
1731
  }
1732
- var tenantId = config.externalTenant || localStorage.getItem(ORGANIZATION_TENANT);
1732
+ var tenantId = config.externalTenantId || localStorage.getItem(ORGANIZATION_TENANT);
1733
1733
  if (tenantId) {
1734
1734
  config.headers["X-TenantID"] = tenantId;
1735
1735
  }