@itentialopensource/adapter-viavi_xpertrak 0.3.1 → 0.3.2
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/adapter.js +1 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
package/adapter.js
CHANGED
|
@@ -1024,7 +1024,7 @@ class ViaviXpertrak extends AdapterBaseCl {
|
|
|
1024
1024
|
const queryParamsAvailable = {};
|
|
1025
1025
|
const queryParams = {};
|
|
1026
1026
|
const pathVars = [];
|
|
1027
|
-
const bodyVars =
|
|
1027
|
+
const bodyVars = body;
|
|
1028
1028
|
|
|
1029
1029
|
// loop in template. long callback arg name to avoid identifier conflicts
|
|
1030
1030
|
Object.keys(queryParamsAvailable).forEach((thisKeyInQueryParamsAvailable) => {
|
package/package.json
CHANGED
|
Binary file
|
package/report/adapterInfo.json
CHANGED