diff --git a/functions/src/create-contract.ts b/functions/src/create-contract.ts index e531e1b3..dfc8128d 100644 --- a/functions/src/create-contract.ts +++ b/functions/src/create-contract.ts @@ -81,7 +81,7 @@ export const createContract = functions .get() const isFree = userContractsCreatedTodaySnapshot.size === 0 - const ante = isFree ? 300 : FIXED_ANTE // data.ante + const ante = FIXED_ANTE // data.ante if ( ante === undefined ||