@itentialopensource/adapter-utils 5.0.2 → 5.0.3
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/CHANGELOG.md +8 -0
- package/lib/requestHandler.js +1 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/lib/requestHandler.js
CHANGED
|
@@ -1313,7 +1313,7 @@ class RequestHandler {
|
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
1315
|
// validate the action files for the adapter
|
|
1316
|
-
return
|
|
1316
|
+
return this.connector.makeTokenRequest('/none/token/path', useUser, reqBody, null, callProperties, callback);
|
|
1317
1317
|
} catch (e) {
|
|
1318
1318
|
// handle any exception
|
|
1319
1319
|
const errorObj = this.transUtil.checkAndReturn(e, origin, 'Issue getting token');
|
package/package.json
CHANGED
|
Binary file
|