Skip to content

Commit e4af25f

Browse files
committed
update
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
1 parent f8ffc4d commit e4af25f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/actions/swapUtils.ts

-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ export const fetchBuyTransaction = async (
227227

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

233232
// sign the transaction
@@ -274,7 +273,6 @@ export const fetchSellTransaction = async (
274273

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

280278
// sign the transaction

0 commit comments

Comments
 (0)