Skip to content

Commit

Permalink
Fix post-rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcolony committed May 10, 2024
1 parent 43d3a0a commit 1d5614b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/sagas/transactions/getTransactionPromise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { type TransactionRecord } from '../../immutable/index.ts';
*/
async function getTransactionPromise(
// @TODO this is not great but I feel like we will replace this anyways at some point
client: ContractClient,
client: ContractClient & { clientType: string },
tx: TransactionRecord,
): Promise<TransactionResponse> {
const {
Expand Down

0 comments on commit 1d5614b

Please sign in to comment.