diff --git a/code/backend/Cleanuparr.Api/Controllers/JobsController.cs b/code/backend/Cleanuparr.Api/Controllers/JobsController.cs index 6f74be03..1bbf477e 100644 --- a/code/backend/Cleanuparr.Api/Controllers/JobsController.cs +++ b/code/backend/Cleanuparr.Api/Controllers/JobsController.cs @@ -57,7 +57,7 @@ public class JobsController : ControllerBase } [HttpPost("{jobType}/start")] - public async Task StartJob(JobType jobType, [FromBody] ScheduleRequest scheduleRequest = null) + public async Task StartJob(JobType jobType, [FromBody] ScheduleRequest scheduleRequest) { if (jobType == JobType.Seeker) {