Skip to content

Commit

Permalink
Defend against malformed observer
Browse files Browse the repository at this point in the history
  • Loading branch information
JAForbes committed Jul 30, 2024
1 parent b8059a9 commit 877a8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export default function Setup(m: Static, options?: Options) {
latest,
)
})
?? (() => {})
}

return {
Expand Down

0 comments on commit 877a8ed

Please sign in to comment.