mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
FINAL_SUMMARY websocket event is gone
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user