diff --git a/src/api/storage.ts b/src/api/storage.ts index b4d09ec8..98e4a3b4 100644 --- a/src/api/storage.ts +++ b/src/api/storage.ts @@ -32,7 +32,7 @@ export const getStoredRuns = async (): Promise => { } }; -export const getStoredRecording = async (id: string): Promise => { +export const getStoredRecording = async (id: string) => { try { const response = await axios.get(`http://localhost:8080/storage/recordings/${id}`); if (response.status === 200) {