Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Sep 21, 2023
1 parent c0cb2d1 commit 949c182
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/loot-core/src/server/budget/goaltemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ async function processTemplate(month, force, category_templates) {
}
await setGoalBudget({
month,
templateBudget: setToZero.filter(
f => f.isTemplate === true,
),
templateBudget: setToZero.filter(f => f.isTemplate === true),
});

// find all remainder templates, place them after all other templates
Expand Down

0 comments on commit 949c182

Please sign in to comment.