node-streamelements
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -260,3 +260,3 @@ const request = require('request'); | ||
updateLoyaltySettings(options, channel = this.accountId) { | ||
return this.makeRequest(HTTP.PUT, `loyalty/${channel}`); | ||
return this.makeRequest(HTTP.PUT, `loyalty/${channel}`, options); | ||
} | ||
@@ -263,0 +263,0 @@ |
{ | ||
"name": "node-streamelements", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An unofficial wrapper for the StreamElements API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22793
4