Comparing version 0.6.9 to 0.6.10
@@ -35,3 +35,3 @@ "use strict"; | ||
try { | ||
yield this.axios.post(`${selfLink}/notes`, note); | ||
yield this.axios.post(`${selfLink.Href}/notes`, note); | ||
} | ||
@@ -38,0 +38,0 @@ catch (error) { |
{ | ||
"name": "tigerbay", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"description": "API Client library for TigerBay", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.js", |
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
79709