Add id field to markets api endpoint
This commit is contained in:
parent
4150479aa3
commit
d02611a37a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user