This commit is contained in:
2026-03-05 11:55:13 +10:30
parent 710c53938d
commit 602e10bd31
+1 -2
View File
@@ -55,8 +55,7 @@ async function DoImport(msg, url, node, maxRetries, baseBackoffMs) {
node.status({ fill: "green", shape: "dot", text: `#${msg.page}: ${msg.rows} Rows` }) node.status({ fill: "green", shape: "dot", text: `#${msg.page}: ${msg.rows} Rows` })
msg.payload = data; msg.payload = data;
console.log(msg); return node.send([{ "rows": msg.rows }, null]);
return node.send([msg, null]);
} catch (error) { } catch (error) {
node.status({ fill: "red", shape: "ring", text: error.message }) node.status({ fill: "red", shape: "ring", text: error.message })
console.error(error.message) console.error(error.message)