Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Nov 4, 2024
1 parent e149f67 commit 875adba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/loot-core/src/server/budget/goaltemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ export async function applyMultipleCategoryTemplates({ month, categoryIds }) {
const categories = await db.all(query, categoryIds);
await storeTemplates();
const categoryTemplates = await getTemplates(categories);
const ret = await processTemplate(
month,
true,
categoryTemplates,
categories,
);
const ret = await processTemplate(month, true, categoryTemplates, categories);
return ret;
}

Expand Down

0 comments on commit 875adba

Please sign in to comment.