Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlefebvre1234 committed Jul 26, 2024
1 parent 042ea48 commit 1c2225c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import client from './src/clickhouse/client.js';
import openapi from "./tsp-output/@typespec/openapi3/openapi.json";

import { Hono } from "hono";
import { ZodBigInt, ZodBoolean, ZodDate, ZodDefault, ZodNumber, ZodOptional, ZodTypeAny, ZodUndefined, ZodUnion, z } from "zod";
import { z } from "zod";
import { paths } from './src/types/zod.gen.js';
import { APP_VERSION } from "./src/config.js";
import { logger } from './src/logger.js';
Expand Down
4 changes: 1 addition & 3 deletions src/queries.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { DATABASE_SUFFIX, DEFAULT_SORT_BY } from "./config.js";
import { getAddress, parseLimit, parseTimestamp, formatTxid } from "./utils.js";
import type { EndpointReturnTypes, UsageEndpoints, UsageResponse, ValidUserParams } from "./types/api.js";
import { Contract } from "ethers";
import type { UsageEndpoints, ValidUserParams } from "./types/api.js";


export function addBlockFilter(q: any, additional_query_params: any, where: any[]) {
Expand Down

0 comments on commit 1c2225c

Please sign in to comment.