@nangohq/node
Advanced tools
Comparing version 0.8.0 to 0.8.4
@@ -61,3 +61,3 @@ import axios from 'axios'; | ||
}; | ||
return await axios.get(url, { params: params, headers: this.enrichHeaders(headers) }); | ||
return axios.get(url, { params: params, headers: this.enrichHeaders(headers) }); | ||
} | ||
@@ -77,3 +77,3 @@ /** | ||
}; | ||
return await axios.get(url, { headers: this.enrichHeaders(headers) }); | ||
return axios.get(url, { headers: this.enrichHeaders(headers) }); | ||
} | ||
@@ -80,0 +80,0 @@ enrichHeaders(headers = {}) { |
{ | ||
"name": "@nangohq/node", | ||
"version": "0.8.0", | ||
"version": "0.8.4", | ||
"description": "Nango's Node client.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
7906