numeric ante bet amount

This commit is contained in:
mantikoros 2022-05-18 11:35:04 -04:00
parent 4c6d43b50d
commit 26e312a8c6

View File

@ -138,7 +138,7 @@ export function getNumericAnte(
id: newBetId,
userId: creator.id,
contractId: contract.id,
amount: betAnte,
amount: ante,
allBetAmounts,
outcome: '0',
shares: betShares,