Skip to content

Commit

Permalink
chore: add missing type
Browse files Browse the repository at this point in the history
Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 committed Apr 18, 2024
1 parent ae1365c commit 918a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ export class EthImpl implements Eth {
txSubmitted = true;

// Wait for the record from the execution.
const txId = contractExecuteResponse.transactionId.toString();
const txId = contractExecuteResponse!.transactionId.toString();
const formattedId = formatTransactionIdWithoutQueryParams(txId);

// handle formattedId being null
Expand Down

0 comments on commit 918a2f4

Please sign in to comment.