Skip to content

Commit

Permalink
feat: format
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPresident committed Nov 12, 2024
1 parent 531500b commit 3cdb253
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/contracts/services/moneyMarket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,13 +737,13 @@ const parseBatchQueryMoneyMarketRewardPools = (response: any): PaginatedRewardPo
debtMarket: response.id,
blockHeight: response.blockHeight,
data: response.data ? response.data.map((rewardPool: RewardPool) => ({
id: rewardPool.id,
amount: rewardPool.amount,
token: rewardPool.token,
start: rewardPool.start,
end: rewardPool.end,
rate: rewardPool.rate,
}))
id: rewardPool.id,
amount: rewardPool.amount,
token: rewardPool.token,
start: rewardPool.start,
end: rewardPool.end,
rate: rewardPool.rate,
}))
: [],
});

Expand Down

0 comments on commit 3cdb253

Please sign in to comment.