chore: lint

This commit is contained in:
karishmas6
2024-10-22 20:44:14 +05:30
parent ec5b4a8372
commit 64601fcc66

View File

@@ -148,7 +148,6 @@ export const scheduleStoredRecording = async (id: string, settings: ScheduleSett
} }
} }
export const getSchedule = async (id: string): Promise<ScheduleSettings | null> => { export const getSchedule = async (id: string): Promise<ScheduleSettings | null> => {
try { try {
const response = await axios.get(`http://localhost:8080/storage/schedule/${id}`); const response = await axios.get(`http://localhost:8080/storage/schedule/${id}`);