Comparing version 1.6.0 to 2.0.0
@@ -40,3 +40,3 @@ const unirest = require('unirest'); | ||
unirest | ||
.get(GOOGLE_FCM_SUBSCRIBE_ENDPOINT + token + "/rel/topics/" + topic) | ||
.post(GOOGLE_FCM_SUBSCRIBE_ENDPOINT + token + "/rel/topics/" + topic) | ||
.headers({'Authorization': `key=${ this.APIKey }`}) | ||
@@ -43,0 +43,0 @@ .then((response) => { |
{ | ||
"name": "fcmlly", | ||
"version": "1.6.0", | ||
"version": "2.0.0", | ||
"description": "An integration for Google FCM and Node.js", | ||
@@ -5,0 +5,0 @@ "main": "app.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
5257