[FA-misc] Reporting service now has a status page on the frontend
This commit is contained in:
@@ -8,7 +8,7 @@ namespace FictionArchive.Service.SchedulerService.GraphQL;
|
||||
|
||||
public class Query
|
||||
{
|
||||
public async Task<IEnumerable<SchedulerJob>> GetJobs(JobManagerService jobManager)
|
||||
public async Task<IEnumerable<SchedulerJob>> GetScheduledJobs(JobManagerService jobManager)
|
||||
{
|
||||
return await jobManager.GetScheduledJobs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user