Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Oct 4, 2023
1 parent 9323849 commit 62d037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-utils/src/promise_helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function pollTillDefinedAndReturnIntervalId<T>(
reject(error);
}
})() as unknown;
return intervalCallbackFunc;}() //this will immediate invoke first call
return intervalCallbackFunc;}() // this will immediate invoke first call
, interval);
});

Expand Down

0 comments on commit 62d037e

Please sign in to comment.