chore: lint
This commit is contained in:
@@ -148,7 +148,6 @@ export const scheduleStoredRecording = async (id: string, settings: ScheduleSett
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export const getSchedule = async (id: string): Promise<ScheduleSettings | null> => {
|
||||
try {
|
||||
const response = await axios.get(`http://localhost:8080/storage/schedule/${id}`);
|
||||
|
||||
Reference in New Issue
Block a user