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 })