Skip to content

Commit

Permalink
adding a comment for #59
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil1garg committed May 18, 2023
1 parent 2318470 commit 309f1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export async function fetchSigs(): Promise<SIG[]> {
async function page(records, fetchNextPage) {
// parse out info for each record
for (const record of records) {
// TODO: fetch and cache projects, and then filter by IDs for the SIG (rather than making requests for each SIG)
// projects associated with SIG
const projectIds: string[] =
(record.get("projects") as string[]) ?? [];
Expand Down

0 comments on commit 309f1f7

Please sign in to comment.