Skip to content

Commit

Permalink
Remove points cap entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Nov 13, 2024
1 parent f39005d commit 9e1e4c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dapp/src/utils/acreApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type PointsDataResponse = {
dropAt: number
isCalculationInProgress: boolean
totalPool: string
cap: string
}

const getPointsData = async () => {
Expand All @@ -49,7 +48,6 @@ const getPointsData = async () => {
dropAt: response.data.dropAt,
isCalculationInProgress: response.data.isCalculationInProgress,
totalPool: Number(response.data.totalPool),
cap: response.data.cap,
}
}

Expand Down

0 comments on commit 9e1e4c5

Please sign in to comment.