Skip to content

Commit

Permalink
Await createBudget
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Feb 22, 2025
1 parent 6fd704f commit c00b69e
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 @@ -347,7 +347,7 @@ async function createDemoBudget() {
// demo budget)
await asyncStorage.setItem('readOnly', '');

return createBudget({
return await createBudget({
budgetName: 'Demo Budget',
testMode: true,
testBudgetId: DEMO_BUDGET_ID,
Expand Down

0 comments on commit c00b69e

Please sign in to comment.