From 4312968c8e4de51348a68afadd9f008394f2ea2b Mon Sep 17 00:00:00 2001 From: lif <1835304752@qq.com> Date: Sun, 21 Dec 2025 21:26:16 +0800 Subject: [PATCH] Fix Prettier formatting in history --- src/pages/history.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 5c01fa4..5799d7c 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -130,7 +130,9 @@ export const history = new Elysia().use(userService).get( - {new Date(job.date_created).toLocaleTimeString(LANGUAGE, { timeZone: TIMEZONE })} + {new Date(job.date_created).toLocaleTimeString(LANGUAGE, { + timeZone: TIMEZONE, + })} {job.num_files} {job.finished_files}