Skip to content

Commit 0eaae02

Browse files
committed
chore: lint
1 parent 3fb8ee9 commit 0eaae02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/v1_versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createRoute, OpenAPIHono, z } from "@hono/zod-openapi";
33
import { ApiErrorSchema, EmojiVersion } from "../schemas";
44
import { createError } from "../utils";
55

6-
export const V1_VERSIONS_ROUTER = new OpenAPIHono<HonoContext>().basePath("/api/v1/versions")
6+
export const V1_VERSIONS_ROUTER = new OpenAPIHono<HonoContext>().basePath("/api/v1/versions");
77

88
const ALL_EMOJI_VERSIONS_ROUTE = createRoute({
99
method: "get",

0 commit comments

Comments
 (0)