node-red-nodes-cf-sqldb-dashdb
Advanced tools
Comparing version
@@ -174,3 +174,3 @@ /** | ||
var insertIterations; | ||
if (msg.payload instanceof Array) { | ||
if (Array.isArray(msg.payload)) { | ||
console.log(service+": msg.payload is an array, need to iterate..."); | ||
@@ -177,0 +177,0 @@ batchInsert = true; |
{ | ||
"name" : "node-red-nodes-cf-sqldb-dashdb", | ||
"version" : "0.2.23", | ||
"version" : "0.2.24", | ||
"description" : "Node-RED nodes to access SQLDB and dashDB services on Bluemix", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
28937
-0.01%