try removing the loadBudget call entirely
This commit is contained in:
parent
c61ec98ce2
commit
48ceec334e
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue