Skip to content

Commit

Permalink
chore: delete to-dos
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Sep 23, 2024
1 parent 86a52e4 commit b51efac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/backend/revoker/indexer/queryAttestations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,3 @@ async function* attestationParser(
};
}
}

// TODO: add unit tests for this file
2 changes: 0 additions & 2 deletions src/backend/revoker/indexer/queryFromIndexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,3 @@ export async function* matchesGenerator<ExpectedQueryResults>(
await sleep(QUERY_INTERVAL_MS);
}
}

// TODO: add unit tests for this file

0 comments on commit b51efac

Please sign in to comment.