Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Feb 29, 2024
1 parent f86f729 commit d59b1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/utils/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const triggerIntent = async ({
const triggerData: NonNullable<
paths['/intents/trigger']['post']['requestBody']
>['content']['application/json'] = {
//@ts-ignore
tx: serializedTx,
}

Expand Down

0 comments on commit d59b1dc

Please sign in to comment.