From 0f349f4b8cb9fdd54c05d2b85f5c813b5f0c83fe Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 19 Sep 2025 11:13:39 +0700 Subject: [PATCH] fix: build --- web-app/src/hooks/useChat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/hooks/useChat.ts b/web-app/src/hooks/useChat.ts index 3d7b54ee7..796f29ad9 100644 --- a/web-app/src/hooks/useChat.ts +++ b/web-app/src/hooks/useChat.ts @@ -227,7 +227,7 @@ export const useChat = () => { dataUrl: string }> ) => { - const activeThread = await getCurrentThread(message) + const activeThread = await getCurrentThread() resetTokenSpeed() let activeProvider = currentProviderId