From 2bfb4521b69349c59c736fab7e5eb3b28438b0f6 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Thu, 6 Oct 2022 21:56:40 -0500 Subject: [PATCH] Remove redundant cast --- common/new-bet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/new-bet.ts b/common/new-bet.ts index 2a9f3318..42daa70c 100644 --- a/common/new-bet.ts +++ b/common/new-bet.ts @@ -280,7 +280,7 @@ export const getBinaryBetStats = ( betAmount ?? 0, contract, limitProb, - unfilledBets as LimitBet[], + unfilledBets, balanceByUserId ) const remainingMatched =