Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Nov 1, 2023
1 parent b7f3167 commit 39876ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const addToProjectFn = async (context, event) => {

for (let index = 0; index < logs.length; ++index) {
if (logs[index].topics[0] === TOKEN_MANAGER_DEPLOYED_TOPIC0) {
if(logs[index].data.length < 66){
if (logs[index].data.length < 66) {
throw new Error('INVALID_LOG_DATA_LENGTH');
}

Expand Down

0 comments on commit 39876ee

Please sign in to comment.