node-red-contrib-ibmpush
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -169,2 +169,9 @@ /** | ||
case "userid": | ||
message.target = { | ||
"userIds": ids | ||
} | ||
invokePush(this.mode,message,this); | ||
break; | ||
case "android": | ||
@@ -171,0 +178,0 @@ message.target = { |
{ | ||
"name": "node-red-contrib-ibmpush", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
41395
186