Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Oct 27, 2023
1 parent 4e72e27 commit 60b00c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const handleTokenTransferFn = async (context, event) => {
log.topics[0] === TOPIC_0_TOKEN_RECIEVED ||
log.topics[0] === TOPIC_0_TOKEN_RECIEVED_WITH_DATA
) {
if(!its){
if (!its) {
its = new ethers.Contract(log.address, ITS_ABI, provider);
}

Expand Down

0 comments on commit 60b00c6

Please sign in to comment.