Skip to content

Commit

Permalink
fixed space inside the if condition and removed semi colon from retur…
Browse files Browse the repository at this point in the history
…n statement
  • Loading branch information
Rajesh Kumar committed Mar 12, 2021
1 parent d1ad630 commit 90c428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -70,7 +70,7 @@ export const parseLog = (logs, eventAbis, filter = {}) => {
const parsers = filteredAbis.map(thisAbi => {
// if the key inputs is not found, then ignore the entry
if (!thisAbi.inputs) {
return false;
return false
}

const key = JSON.stringify(thisAbi)
Expand Down

0 comments on commit 90c428a

Please sign in to comment.