FINAL_SUMMARY websocket event is gone

This commit is contained in:
Koper
2023-09-14 23:38:30 +07:00
parent 6608617111
commit 5d4f33a022

View File

@@ -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;