Skip to content

Commit

Permalink
Merge pull request #427 from PrefectHQ/dependabot/npm_and_yarn/typesc…
Browse files Browse the repository at this point in the history
…ript-5.4.5

Bump typescript from 5.3.3 to 5.4.5
  • Loading branch information
pleek91 authored May 28, 2024
2 parents 2ed9cc5 + 313de83 commit 9eab3b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utilities/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export function uniqueSubscribe<T extends Action>(...[action, args, optionsArg =
}
})

return useSubscription(action, args, options)
return useSubscription(action, args!, options)
}

0 comments on commit 9eab3b6

Please sign in to comment.