diff --git a/odbcwritenow.js b/odbcwritenow.js index 8aaa1ab..8117903 100644 --- a/odbcwritenow.js +++ b/odbcwritenow.js @@ -55,8 +55,7 @@ async function DoImport(msg, url, node, maxRetries, baseBackoffMs) { node.status({ fill: "green", shape: "dot", text: `#${msg.page}: ${msg.rows} Rows` }) msg.payload = data; - console.log(msg); - return node.send([msg, null]); + return node.send([{ "rows": msg.rows }, null]); } catch (error) { node.status({ fill: "red", shape: "ring", text: error.message }) console.error(error.message)