Skip to content

Commit 7c8cdbe

Browse files
committed
tempfix: 8lends
1 parent 17f4dce commit 7c8cdbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/8lends/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ async function borrowed(api) {
3434

3535
const tvlApi = new sdk.ChainApi({ chain: api.chain, block: api.block });
3636
await sumTokens2({ api: tvlApi, owner: FUNDRAISING_CONTRACT, tokens });
37-
console.log(tvlApi.getBalancesV2(), tvlApi.getBalances())
38-
api.getBalancesV2().subtract(tvlApi.getBalancesV2());
37+
api.getBalancesV2().subtract(tvlApi.getBalances());
3938
}
4039

4140
module.exports = {

0 commit comments

Comments
 (0)