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) {
|
||||
// console.log(interestingInfo)
|
||||
all_questions.push(interestingInfo)
|
||||
if(!j && (i %% 20 == 0)){
|
||||
if(!j && (i % 20 == 0)){
|
||||
console.log(interestingInfo)
|
||||
j = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user