Skip to content

Commit

Permalink
Fix optional param
Browse files Browse the repository at this point in the history
  • Loading branch information
NikxDa committed Jan 11, 2025
1 parent 129fc23 commit 736172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ handlers['transactions-import'] = mutator(function ({
false,
true,
isPreview,
opts.defaultCleared,
opts?.defaultCleared,
);
} catch (err) {
if (err instanceof TransactionError) {
Expand Down

0 comments on commit 736172d

Please sign in to comment.