Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Jan 23, 2025
1 parent 0897edb commit c182662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/blocks/mappers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const asTransactionResult = (subscribedTransaction: SubscribedTransaction
return {
...transaction,
innerTxns: innerTransactions,
}
} satisfies TransactionResult
}

const asInnerTransactionResult = (subscribedTransaction: SubscribedTransaction): InnerTransactionResult => {
Expand Down

0 comments on commit c182662

Please sign in to comment.