Skip to content

Commit

Permalink
Fix copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Feb 21, 2025
1 parent bd8b891 commit 949d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/budget/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ async function downloadBudget({ fileId }: { fileId: string }): Promise<{
}

const id = result.id;
await _loadBudget(id);
await loadBudget({ id });
result = await syncBudget();

if (result.error) {
Expand Down

0 comments on commit 949d0cf

Please sign in to comment.