diff --git a/src/api/storage.ts b/src/api/storage.ts index ccd54d1d..a39dc94c 100644 --- a/src/api/storage.ts +++ b/src/api/storage.ts @@ -148,7 +148,7 @@ export const scheduleStoredRecording = async (id: string, settings: ScheduleSett } } -export const getSchedule = async (id: string): Promise => { +export const getSchedule = async (id: string) => { try { const response = await axios.get(`http://localhost:8080/storage/schedule/${id}`); if (response.status === 200) {