Skip to content

Commit

Permalink
missed this type
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Dec 9, 2024
1 parent d96bc90 commit 00be234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function onApplySync(oldValues, newValues) {
// Runner
export async function runRules(
trans,
accounts: Map<string, AccountEntity> = null,
accounts: Map<string, AccountEntity> | null = null,
) {
let accountsMap = null;
if (accounts === null) {
Expand Down

0 comments on commit 00be234

Please sign in to comment.