Skip to content

Commit d3d705e

Browse files
committed
fix townsquare
1 parent 6ffd07e commit d3d705e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/townsquare/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function tvl({ api }) {
1515
})
1616

1717
pooled.forEach((pool, i) => {
18-
api.add(Object.values(pools)[i], pool.output.totalAmount)
18+
api.add(Object.values(pools)[i], pool.totalAmount)
1919
})
2020
}
2121

0 commit comments

Comments
 (0)