Add id field to markets api endpoint

This commit is contained in:
James Grugett 2022-02-10 16:35:20 -06:00
parent 4150479aa3
commit d02611a37a

View File

@ -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,