Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Dec 17, 2024
1 parent 6c84970 commit a878c9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ export class MutationObservable {
return acc
}, {})

const isEmpty = Object.keys(mutations).length > 0
if (!isEmpty) {
const isEmpty = Object.keys(mutations).length === 0
if (isEmpty) {
return
}

Expand Down

0 comments on commit a878c9c

Please sign in to comment.