go back to $100 fixed ante
This commit is contained in:
parent
a004d3a4bf
commit
5c18820d96
|
@ -81,7 +81,7 @@ export const createContract = functions
|
||||||
.get()
|
.get()
|
||||||
const isFree = userContractsCreatedTodaySnapshot.size === 0
|
const isFree = userContractsCreatedTodaySnapshot.size === 0
|
||||||
|
|
||||||
const ante = isFree ? 300 : FIXED_ANTE // data.ante
|
const ante = FIXED_ANTE // data.ante
|
||||||
|
|
||||||
if (
|
if (
|
||||||
ante === undefined ||
|
ante === undefined ||
|
||||||
|
|
Loading…
Reference in New Issue
Block a user