Remove redundant cast

This commit is contained in:
James Grugett 2022-10-06 21:56:40 -05:00
parent b3f7b87ef8
commit 2bfb4521b6

View File

@ -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 =