Only answers with less than 0.01% are filtered from feed.
This commit is contained in:
parent
d6a751d9a2
commit
f00064732d
|
@ -186,7 +186,7 @@ function getAnswerGroups(
|
||||||
const { sortByProb, abbreviated } = options
|
const { sortByProb, abbreviated } = options
|
||||||
|
|
||||||
let outcomes = _.uniq(bets.map((bet) => bet.outcome)).filter(
|
let outcomes = _.uniq(bets.map((bet) => bet.outcome)).filter(
|
||||||
(outcome) => getOutcomeProbability(contract, outcome) > 0.01
|
(outcome) => getOutcomeProbability(contract, outcome) > 0.0001
|
||||||
)
|
)
|
||||||
if (abbreviated) {
|
if (abbreviated) {
|
||||||
const lastComment = _.last(comments)
|
const lastComment = _.last(comments)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user