remove unnecessary command

This commit is contained in:
FTCHD
2026-07-12 00:30:36 +03:00
parent a07fb0b093
commit 1f8b51310e
3 changed files with 1 additions and 223 deletions
-11
View File
@@ -127,17 +127,6 @@ export async function schedulerReadLog(taskId: string, which: 'runner' | 'daemon
})
}
export interface SchedulerDoctorCheck {
name: string
ok: boolean
detail: string
fix?: string
}
export async function schedulerDoctor() {
return invoke<SchedulerDoctorCheck[]>('scheduler_doctor')
}
function buildJobSpec(task: ScheduledTask): SchedulerJobSpec {
return {
schemaVersion: 1,