Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
terran6 committed Apr 19, 2024
2 parents 342e75e + 6e8b1ad commit 3535322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function main() {
// Move to next page of validators.
paginator = `&pagination.key=${encodeURIComponent(validatorData['pagination']['next_key'])}`;
page += 1;
} while (validatorData['pagination']['next_key']);
} while (validatorData['pagination']?.['next_key']);
}

// Turn set into array and remove empty elements.
Expand Down

0 comments on commit 3535322

Please sign in to comment.