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