autopilot-sdk
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -72,3 +72,3 @@ 'use strict'; | ||
_context.next = 3; | ||
return http[method](path, { data: options }); | ||
return http[method](path, options); | ||
@@ -75,0 +75,0 @@ case 3: |
@@ -23,3 +23,3 @@ import axios from 'axios'; | ||
const res = await http[method](path, { data: options }); | ||
const res = await http[method](path, options); | ||
return res.data; | ||
@@ -26,0 +26,0 @@ }; |
{ | ||
"name": "autopilot-sdk", | ||
"description": "Node SDK for Autopilot", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"author": "Samuel Amoah <sa.am@programmer.net>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34704