diff --git a/www/app/transcripts/useWebSockets.ts b/www/app/transcripts/useWebSockets.ts index 07c0d2f5..ed691a1f 100644 --- a/www/app/transcripts/useWebSockets.ts +++ b/www/app/transcripts/useWebSockets.ts @@ -113,6 +113,10 @@ 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;