Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: r3kt.eth <[email protected]>
  • Loading branch information
r3kt-eth committed Aug 17, 2023
1 parent 6b9a9bc commit ea14705
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ module.exports = (on, config) => {
return activated;
},
activateImprovedTokenAllowanceInMetamask: async skipSetup => {
const activated = await metamask.activateImprovedTokenAllowance(
skipSetup,
);
const activated =
await metamask.activateImprovedTokenAllowance(skipSetup);
return activated;
},
resetMetamaskAccount: async () => {
Expand Down

0 comments on commit ea14705

Please sign in to comment.