From 602e10bd317506358078a9faec558473eb244511 Mon Sep 17 00:00:00 2001 From: Chris Chase Date: Thu, 5 Mar 2026 11:55:13 +1030 Subject: [PATCH] resting --- odbcwritenow.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)