From 0bec2d8e6fe6723ac44882d57c3eb0e5343779ee Mon Sep 17 00:00:00 2001 From: ilia Date: Sun, 6 Jul 2025 13:06:26 -0400 Subject: [PATCH] add data --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index aeeba31..7dd34e2 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,6 @@ function saveInvoiceRecord(invoiceData, invoiceProducts) { } } -// --- MAIN LOGIC --- async function main() { const argv = yargs(hideBin(process.argv)) .parserConfiguration({ "update-notifier-off": true })