Skip to content

Commit

Permalink
chore: Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands committed May 28, 2024
1 parent 1b9b1c8 commit 360e3bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/yellow-wombats-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@microlabs/otel-cf-workers": patch
---

fix: Avoid calling bind on instances of RpcProperty

This PR inspects the unwrapped value, and if it's constructor is of RpcProperty, it handles binding by returning a different function that calls the RPC property as if it was bound.

Thanks @JacobMarshallPP !

0 comments on commit 360e3bd

Please sign in to comment.