Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 14, 2025
1 parent 06d97a8 commit c10b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/client/budgets/budgetsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export const downloadBudget = createAppAsyncThunk(
type LoadBackupPayload = {
budgetId: string;
backupId: string;
}
};

// Take in the budget id so that backups can be loaded when a budget isn't opened
export const loadBackup = createAppAsyncThunk(
Expand Down

0 comments on commit c10b812

Please sign in to comment.