syntex-automation
Advanced tools
Comparing version 1.0.3-b1 to 1.0.3-b2
@@ -321,3 +321,3 @@ let TypeManager = require('./type-manager'); | ||
{ | ||
values = JSON.parse(await fetchRequest(theRequest, automation.name)); | ||
values = await fetchRequest(theRequest, automation.name); | ||
} | ||
@@ -324,0 +324,0 @@ catch(error) |
{ | ||
"name": "syntex-automation", | ||
"version": "1.0.3-b1", | ||
"version": "1.0.3-b2", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.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
22221