Skip to content

Commit

Permalink
Fix reduce syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed Sep 5, 2023
1 parent 218b026 commit a6444d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trust.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function createTrustModule(web3, contracts, utils) {
return curr.userAddress !== userAddress && target
? [...acc, target]
: acc;
}),
}, []),
);
}
});
Expand Down

0 comments on commit a6444d6

Please sign in to comment.