@veritree/services 2.1.0 → 2.1.1
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/package.json +1 -1
- package/src/helpers/api.js +2 -2
package/package.json
CHANGED
package/src/helpers/api.js
CHANGED
|
@@ -174,8 +174,8 @@ export default class Api {
|
|
|
174
174
|
// and for that, we can't use the org id and type in
|
|
175
175
|
// the session.
|
|
176
176
|
if(isOrgAs) {
|
|
177
|
-
orgIdParam = `
|
|
178
|
-
orgTypeParam =
|
|
177
|
+
orgIdParam = `org_id=${args.org_id_as}`;
|
|
178
|
+
orgTypeParam = `&org_type=${args.org_type_as}`;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
if (!isOrgLess && !isOrgAs) {
|