Skip to content

Commit

Permalink
Update packages/loot-core/src/server/accounts/transaction-rules.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fiddaman <[email protected]>
  • Loading branch information
lelemm and matt-fidd authored Dec 9, 2024
1 parent 192de30 commit d96bc90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ export type TransactionForRules = TransactionEntity & {

export async function prepareTransactionForRules(
trans: TransactionEntity,
accounts: Map<string, AccountEntity> = null,
accounts: Map<string, AccountEntity> | null = null,
): Promise<TransactionForRules> {
const r: TransactionForRules = { ...trans };
if (trans.payee) {
Expand Down

0 comments on commit d96bc90

Please sign in to comment.