Skip to content

Commit

Permalink
Clean up TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed May 7, 2024
1 parent 2974884 commit 3b49e36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/fetch/health.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import client from "../clickhouse/createClient.js";
import { APIError } from "./utils.js";

// TODO: Add log entry
export default async function (req: Request) {
const response = await client.ping();

Expand Down
1 change: 0 additions & 1 deletion src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export function getBalanceChanges(searchParams: URLSearchParams, example?: boole
return query;
}

// TODO: Investigate why transaction_id and timestamp (alone) request search in billions rows
export function getTransfers(searchParams: URLSearchParams, example?: boolean) {
const contract = searchParams.get("contract");
const from = searchParams.get("from");
Expand Down

0 comments on commit 3b49e36

Please sign in to comment.