froth-webdriverio-framework 3.0.121 → 3.0.122

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.
@@ -31,7 +31,7 @@ async function callapi(methodtype, api_url, queryParams, payloaddetails, body_ty
31
31
 
32
32
  // console.log("options:", JSON.stringify(options, null, 2));
33
33
  // Send the request
34
- const response = await fetch(api_url, {method,headers, body});
34
+ response = await fetch(api_url, {method,headers, body});
35
35
 
36
36
  console.log("Response Data:", response);
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.121",
3
+ "version": "3.0.122",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",