Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoMandar <[email protected]>
  • Loading branch information
MarcoMandar committed Nov 4, 2024
1 parent f8ffc4d commit e4af25f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/actions/swapUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ export const fetchBuyTransaction = async (

// deserialize the transaction
const swapTransactionBuf = Buffer.from(swapTransaction, "base64");
// @ts-expect-error ts-migrate(7006) FIXME: Parameter 'swapTransactionBuf' implicitly has an 'any' type.
var transaction = VersionedTransaction.deserialize(swapTransactionBuf);

// sign the transaction
Expand Down Expand Up @@ -274,7 +273,6 @@ export const fetchSellTransaction = async (

// deserialize the transaction
const swapTransactionBuf = Buffer.from(swapTransaction, "base64");
// @ts-expect-error ts-migrate(7006) FIXME: Parameter 'swapTransactionBuf' implicitly has an 'any' type.
var transaction = VersionedTransaction.deserialize(swapTransactionBuf);

// sign the transaction
Expand Down

0 comments on commit e4af25f

Please sign in to comment.