Skip to content

Commit

Permalink
Patch linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Apr 2, 2024
1 parent 0edcd09 commit df35270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/accounts/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ async function createNewPayees(payeesToCreate, addsAndUpdates) {
export async function reconcileTransactions(
acctId,
transactions,
isExternalAccount: boolean = false,
isExternalAccount = false,
) {
console.log('Performing transaction reconciliation');

Expand Down

0 comments on commit df35270

Please sign in to comment.