diff --git a/functions/src/markets.ts b/functions/src/markets.ts index 6d6380c1..f9188987 100644 --- a/functions/src/markets.ts +++ b/functions/src/markets.ts @@ -25,6 +25,7 @@ export const markets = functions }) const getContractInfo = ({ + id, creatorUsername, creatorName, createdTime, @@ -40,6 +41,7 @@ const getContractInfo = ({ resolution, }: Contract) => { return { + id, creatorUsername, creatorName, createdTime,