From 8952721ce66ba01b884e3b6468bb26517d7c8810 Mon Sep 17 00:00:00 2001 From: ueiu <39592269+ueiu@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:35:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(route/egsea):=20=E4=BF=AE=E5=A4=8De?= =?UTF-8?q?=E5=BF=AB=E9=80=89=E5=9B=A0=E9=83=A8=E5=88=86=E6=9D=A1=E7=9B=AE?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=88=86=E7=B1=BB=E5=AF=BC=E8=87=B4=E6=8A=93?= =?UTF-8?q?=E5=8F=96=E5=A4=B1=E8=B4=A5=20(#17895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/egsea/flash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/egsea/flash.ts b/lib/routes/egsea/flash.ts index 363ccbae518397..92c38e8d5ef89f 100644 --- a/lib/routes/egsea/flash.ts +++ b/lib/routes/egsea/flash.ts @@ -43,7 +43,7 @@ async function handler() { link, pubDate, description, - category: item.tags.map((tag) => tag.name), + category: item.tags?.map((tag) => tag.name), }; });