diff --git a/pages/editor/jobs/jobs.go b/pages/editor/jobs/jobs.go index 504355ca..b0b237c4 100644 --- a/pages/editor/jobs/jobs.go +++ b/pages/editor/jobs/jobs.go @@ -9,21 +9,21 @@ import ( ) var jobInfo = map[string]*utils.JobInfo{ - "anime-ratings": &utils.JobInfo{ - Name: "anime-ratings", - }, "kitsu-import-anime": &utils.JobInfo{ Name: "kitsu-import-anime", }, - "twist": &utils.JobInfo{ - Name: "twist", - }, - "refresh-games": &utils.JobInfo{ - Name: "refresh-games", - }, - "test": &utils.JobInfo{ - Name: "test", - }, + // "anime-ratings": &utils.JobInfo{ + // Name: "anime-ratings", + // }, + // "twist": &utils.JobInfo{ + // Name: "twist", + // }, + // "refresh-games": &utils.JobInfo{ + // Name: "refresh-games", + // }, + // "test": &utils.JobInfo{ + // Name: "test", + // }, } var jobLogs = []string{}