Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jun 29, 2024
1 parent 33918e6 commit 40c7649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/alchemix/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ async function tvl(api) {
}
})
})
);
};
)
}

module.exports = {
doublecounted: true,
Expand All @@ -39,4 +39,4 @@ module.exports = {
fantom: { tvl, },
optimism: { tvl, },
arbitrum: { tvl },
};
}

0 comments on commit 40c7649

Please sign in to comment.