Skip to content

Commit

Permalink
fix: remove subintent discriminator
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Nov 13, 2024
1 parent fedb7f7 commit eff36ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dapp-toolkit/src/schemas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ export const SubintentRequestItem = object({

export type SubintentResponseItem = InferOutput<typeof SubintentResponseItem>
export const SubintentResponseItem = object({
discriminator: literal('subintent'),
signedPartialTransaction: string(),
})

Expand Down

0 comments on commit eff36ed

Please sign in to comment.