Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Sep 25, 2023
1 parent 88a3335 commit ee8b012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions centrifuge-js/src/modules/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2143,8 +2143,6 @@ export function getPoolsModule(inst: Centrifuge) {
mergeMap((entry) => {
return getPoolCurrency([entry.poolId]).pipe(
map((poolCurrency) => {
const tokenPrice = new Price(entry.tranche.tokenPrice)

return {
...entry,
investAmount: new CurrencyBalance(entry.investAmount || 0, poolCurrency.decimals),
Expand Down

0 comments on commit ee8b012

Please sign in to comment.