Skip to content

Commit

Permalink
minor thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Jul 28, 2023
1 parent a5ba2e2 commit 7145e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export function startPolling(bridgeTx: BridgeTransaction, runImmediately = true)
if (bridgeTx.interval) {
log('Stop polling for transaction', bridgeTx);

// Clean up
clearInterval(bridgeTx.interval);

delete intervalEmitterMap[Number(bridgeTx.interval)]
bridgeTx.interval = null;

Expand Down

0 comments on commit 7145e51

Please sign in to comment.