Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers committed Jul 10, 2024
1 parent 7f5b605 commit 3da3615
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/loot-core/src/types/api-handlers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ export interface ApiHandlers {

'api/account-delete': (arg: { id }) => Promise<unknown>;

'api/account-balance': (arg: { id: string; cutoff?: Date }) => Promise<number>;
'api/account-balance': (arg: {
id: string;
cutoff?: Date;
}) => Promise<number>;

'api/categories-get': (arg: {
grouped;
Expand Down

0 comments on commit 3da3615

Please sign in to comment.