We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02f7f9 commit 19a2316Copy full SHA for 19a2316
src/routes/v1_categories.openapi.ts
@@ -1,5 +1,5 @@
1
import { createRoute, z } from "@hono/zod-openapi";
2
-import { ApiErrorSchema, EmojiVersionSchema } from "../schemas";
+import { ApiErrorSchema } from "../schemas";
3
4
const VERSION_PATH_PARAMETER = {
5
in: "path" as const,
0 commit comments