From 8b287abf42fe0587c313e649775d1514a6762a39 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Mon, 10 Jun 2024 11:34:39 +0100 Subject: [PATCH] Uncomment function to download recording --- client/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index 090223b..73e1c10 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -159,7 +159,7 @@ function App() { const reader = new FileReader(); cleanUp(); - // downloadRecord(blob); + downloadRecord(blob); reader.readAsArrayBuffer(blob); reader.onload = (event) => {