Remove redundant cast
This commit is contained in:
parent
b3f7b87ef8
commit
2bfb4521b6
|
@ -280,7 +280,7 @@ export const getBinaryBetStats = (
|
|||
betAmount ?? 0,
|
||||
contract,
|
||||
limitProb,
|
||||
unfilledBets as LimitBet[],
|
||||
unfilledBets,
|
||||
balanceByUserId
|
||||
)
|
||||
const remainingMatched =
|
||||
|
|
Loading…
Reference in New Issue
Block a user