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