This commit is contained in:
sianida26 2024-05-08 00:43:17 +07:00
parent 9fabb8f740
commit 0d42f6ac24

View File

@ -1,7 +1,6 @@
import { and, eq, isNull } from "drizzle-orm"; import { and, eq, isNull } from "drizzle-orm";
import { Hono } from "hono"; import { Hono } from "hono";
import { zValidator } from "@hono/zod-validator";
import { z } from "zod"; import { z } from "zod";
import { HTTPException } from "hono/http-exception"; import { HTTPException } from "hono/http-exception";
import db from "../../drizzle"; import db from "../../drizzle";