Uncomment function to download recording

This commit is contained in:
Chigozirim Igweamaka 2024-06-10 11:34:39 +01:00
parent 2ccf2e96c4
commit 8b287abf42

View file

@ -159,7 +159,7 @@ function App() {
const reader = new FileReader();
cleanUp();
// downloadRecord(blob);
downloadRecord(blob);
reader.readAsArrayBuffer(blob);
reader.onload = (event) => {