Skip to content

Commit

Permalink
Remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
roj1512 committed Oct 10, 2023
1 parent 32b57d7 commit 513d3b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export { loadSync } from "std/dotenv/mod.ts";

export { z } from "zod/index.ts";
export { CORS } from "oak_cors/mod.ts";
export { Client } from "postgres/mod.ts";
export { and, eq, sql } from "drizzle-orm";
export { type MessageEntity } from "grammy/types.ts";
export { default as postgres } from "postgresjs/mod.js";
Expand Down

1 comment on commit 513d3b0

@roj1512
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.