From 1d50e10f9e25b1cf602b12d9aa6b6588a379c6de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:19:19 +0000 Subject: [PATCH] style: auto format --- lib/routes/copernicium/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/copernicium/index.ts b/lib/routes/copernicium/index.ts index dbfa7e88dfdb14..aceeeaff813281 100644 --- a/lib/routes/copernicium/index.ts +++ b/lib/routes/copernicium/index.ts @@ -21,7 +21,7 @@ async function handler(ctx) { ['环球视角', '4_1'], ['人文叙述', '4_3'], ['观点评论', '4_5'], - ['专题报道', '4_7'] + ['专题报道', '4_7'], ]); if (!CATEGORY_TO_ARG_MAP.get(ctx.req.param().category)) { throw new Error('The requested category does not exist or is not supported.');