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) => {