Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Nov 18, 2023
1 parent b5363e9 commit 1767827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/aql/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const schema = {
mode: f('string', { default: 'total' }),
groupBy: f('string', { default: 'Category' }),
balanceType: f('string', { default: 'Expense' }),
interval: f('string', { default: 'Monthly' }),
interval: f('string', { default: 'Monthly' }),
empty: f('integer', { default: 0 }),
hidden: f('integer', { default: 0 }),
uncat: f('integer', { default: 0 }),
Expand Down

0 comments on commit 1767827

Please sign in to comment.