node-red-contrib-dnspod
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -69,3 +69,3 @@ module.exports = function (RED) { | ||
var json = response.data | ||
if (1 !== json['status']['code']) { | ||
if (1 != json['status']['code']) { | ||
node.log("信息添加有误,清查 msg.all") | ||
@@ -72,0 +72,0 @@ payload['status'] = -3 |
{ | ||
"name": "node-red-contrib-dnspod", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "node red node for dnspod", | ||
@@ -5,0 +5,0 @@ "main": "test.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
9395
6
125