From 5d4f33a0223a0b7b7f2fc5694338fcec8870bac7 Mon Sep 17 00:00:00 2001 From: Koper Date: Thu, 14 Sep 2023 23:38:30 +0700 Subject: [PATCH] FINAL_SUMMARY websocket event is gone --- www/app/transcripts/useWebSockets.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/app/transcripts/useWebSockets.ts b/www/app/transcripts/useWebSockets.ts index 25e83e9c..07c7545c 100644 --- a/www/app/transcripts/useWebSockets.ts +++ b/www/app/transcripts/useWebSockets.ts @@ -113,10 +113,6 @@ export const useWebSockets = (transcriptId: string | null): UseWebSockets => { } break; - case "FINAL_SUMMARY": - console.debug("FINAL_SUMMARY event:", message.data); - break; - case "FINAL_TITLE": console.debug("FINAL_TITLE event:", message.data); break;