Minor metaculus typo

This commit is contained in:
NunoSempere 2021-04-12 20:54:19 +02:00
parent ff91af4183
commit bb93a65043

View File

@ -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
}