Minor metaculus typo
This commit is contained in:
parent
ff91af4183
commit
bb93a65043
|
@ -129,7 +129,7 @@ export async function metaculus() {
|
||||||
if (Number(result.number_of_predictions) >= 10) {
|
if (Number(result.number_of_predictions) >= 10) {
|
||||||
// console.log(interestingInfo)
|
// console.log(interestingInfo)
|
||||||
all_questions.push(interestingInfo)
|
all_questions.push(interestingInfo)
|
||||||
if(!j && (i %% 20 == 0)){
|
if(!j && (i % 20 == 0)){
|
||||||
console.log(interestingInfo)
|
console.log(interestingInfo)
|
||||||
j = true
|
j = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user