Skip to content

Commit

Permalink
docs: generalize comment in getEventsEmails
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 22, 2023
1 parent 9163607 commit 4163911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getEventsEmails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function getEventsEmails(
let totalResults = 0;
let page = 0;

// TODO: Instead of paginating in series, look into using a parallel queue?
// TODO: Instead of paginating in series, look into something faster?
while (totalResults < historyLimit) {
const { data: events } = await octokit.request(
"GET /users/{username}/events/public",
Expand Down

0 comments on commit 4163911

Please sign in to comment.