File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ export const fetchBuyTransaction = async (
227
227
228
228
// deserialize the transaction
229
229
const swapTransactionBuf = Buffer . from ( swapTransaction , "base64" ) ;
230
- // @ts -expect-error ts-migrate(7006) FIXME: Parameter 'swapTransactionBuf' implicitly has an 'any' type.
231
230
var transaction = VersionedTransaction . deserialize ( swapTransactionBuf ) ;
232
231
233
232
// sign the transaction
@@ -274,7 +273,6 @@ export const fetchSellTransaction = async (
274
273
275
274
// deserialize the transaction
276
275
const swapTransactionBuf = Buffer . from ( swapTransaction , "base64" ) ;
277
- // @ts -expect-error ts-migrate(7006) FIXME: Parameter 'swapTransactionBuf' implicitly has an 'any' type.
278
276
var transaction = VersionedTransaction . deserialize ( swapTransactionBuf ) ;
279
277
280
278
// sign the transaction
You can’t perform that action at this time.
0 commit comments