From 2fccba1e0f73ef07cda38d7c3184b23e7dff0caa Mon Sep 17 00:00:00 2001 From: mantikoros Date: Tue, 11 Jan 2022 13:41:45 -0600 Subject: [PATCH] merge --- functions/src/markets.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/src/markets.ts b/functions/src/markets.ts index aaa6db06..6d6380c1 100644 --- a/functions/src/markets.ts +++ b/functions/src/markets.ts @@ -33,7 +33,7 @@ const getContractInfo = ({ description, slug, pool, - startPool, + totalShares, volume7Days, volume24Hours, isResolved, @@ -47,8 +47,8 @@ const getContractInfo = ({ question, description, url: `https://manifold.markets/${creatorUsername}/${slug}`, - pool: pool.YES + pool.NO - startPool.YES - startPool.NO, - probability: getProbability(pool), + pool: pool.YES + pool.NO, + probability: getProbability(totalShares), volume7Days, volume24Hours, isResolved,