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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.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.
|
|
1732
|
+
var tenantId = config.externalTenantId || localStorage.getItem(ORGANIZATION_TENANT);
|
|
1733
1733
|
if (tenantId) {
|
|
1734
1734
|
config.headers["X-TenantID"] = tenantId;
|
|
1735
1735
|
}
|