From 848250291ecf3cd7c38df01eb9f7334db0df9684 Mon Sep 17 00:00:00 2001 From: ueiu <39592269+ueiu@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:42:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(route):=20TVB=E3=80=8CNEWS=E3=80=8D?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=BC=82=E5=B8=B8=20(#16359)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/tvb/news.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/tvb/news.ts b/lib/routes/tvb/news.ts index 07195ba0c..27213475c 100644 --- a/lib/routes/tvb/news.ts +++ b/lib/routes/tvb/news.ts @@ -96,6 +96,7 @@ async function handler(ctx) { lang: language, page: 1, limit: ctx.req.query('limit') ?? 50, + country: 'HK', }, });