From 103bc681e142dd3aa0e2bf9b38b5ccc3cbefd00b Mon Sep 17 00:00:00 2001 From: SangwanYu Date: Mon, 1 Dec 2025 16:52:17 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=98=A4=EB=8A=98=EC=9D=98=20?= =?UTF-8?q?=EC=9A=A9=EC=96=B4=20=EB=8B=A8=EC=96=B4=20=EC=98=81=EC=96=B4?= =?UTF-8?q?=EB=A1=9C=20=EA=B0=80=EC=A0=B8=EC=98=A4=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/chatbot/utils/quick-actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/chatbot/utils/quick-actions.ts b/src/app/chatbot/utils/quick-actions.ts index 7a37a00..10aeb32 100644 --- a/src/app/chatbot/utils/quick-actions.ts +++ b/src/app/chatbot/utils/quick-actions.ts @@ -27,5 +27,5 @@ export async function getTodaysTermQuery(): Promise { if (!todayTerm) { return "TypeScript"; } - return todayTerm.termKo; + return todayTerm.termEn || todayTerm.termKo; }