Skip to content

Commit

Permalink
Merge pull request #66 from reservoirprotocol/ted/grwth-4273-remove-r…
Browse files Browse the repository at this point in the history
…equestid-from-execute-type-in-sdk

Remove requestId from Execute type
  • Loading branch information
ted-palmer authored Apr 9, 2024
2 parents 03f50b2 + 4239703 commit 23f08b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spicy-bags-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-sdk': patch
---

Remove requestId from Execute type
1 change: 0 additions & 1 deletion packages/sdk/src/types/Execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export type CheckApi = NonNullable<
>[0]['check']

export type Execute = {
requestId?: string
errors?: { message?: string; orderId?: string }[]
fees?: CallFees
breakdown?: CallBreakdown
Expand Down

0 comments on commit 23f08b2

Please sign in to comment.