From 004a2fd2c98bd09e5fb9d009f98b3360b15f1538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:51:34 +0000 Subject: [PATCH] style: auto format --- lib/routes/0xxx/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/0xxx/index.ts b/lib/routes/0xxx/index.ts index 37dbff15a..057942532 100644 --- a/lib/routes/0xxx/index.ts +++ b/lib/routes/0xxx/index.ts @@ -102,7 +102,7 @@ export const handler = async (ctx: Context): Promise => { return { ...item, - description, + description, }; }); })