Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Feb 27, 2025
1 parent 6185521 commit 0573456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/accounts/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ async function handleSyncResponse(
updated: Array<TransactionEntity['id']>;
},
acct: db.DbAccount,
): SyncResponse {
): Promise<SyncResponse> {
const { added, updated } = res;
const newTransactions: Array<TransactionEntity['id']> = [];
const matchedTransactions: Array<TransactionEntity['id']> = [];
Expand Down

0 comments on commit 0573456

Please sign in to comment.