Run prettier
This commit is contained in:
parent
927c19abc4
commit
ec0e96052c
|
@ -149,7 +149,8 @@ export function toFullMarket(
|
|||
): FullMarket {
|
||||
const liteMarket = toLiteMarket(contract)
|
||||
const answers =
|
||||
(contract.outcomeType === 'FREE_RESPONSE') || (contract.outcomeType === 'MULTIPLE_CHOICE')
|
||||
contract.outcomeType === 'FREE_RESPONSE' ||
|
||||
contract.outcomeType === 'MULTIPLE_CHOICE'
|
||||
? contract.answers.map((answer) =>
|
||||
augmentAnswerWithProbability(contract, answer)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user