From 48ceec334e17fdefa8b7fa2c2829303c1508e439 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Fri, 20 Mar 2026 17:22:54 +0900 Subject: [PATCH] try removing the loadBudget call entirely --- reporter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/reporter.js b/reporter.js index b34809f..aa0ac33 100644 --- a/reporter.js +++ b/reporter.js @@ -46,7 +46,6 @@ async function addTransaction(config, transaction) { password: config.password, }); await api.downloadBudget(config.budgetId); - await api.loadBudget(config, budgetId); // include this even if docs don’t emphasize it await api.sync(); await api.addTransactions(config.accountId, [transaction]);