From f89470a4f68e64b5bec2b1c14668ebfdba176345 Mon Sep 17 00:00:00 2001 From: Blake Gentry Date: Sun, 9 Jun 2024 15:02:40 -0500 Subject: [PATCH] remove unused const --- api_handler.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/api_handler.go b/api_handler.go index 8d1b164..c7c2776 100644 --- a/api_handler.go +++ b/api_handler.go @@ -371,8 +371,6 @@ func (a *apiHandler) WorkflowGet(rw http.ResponseWriter, req *http.Request) { return } - const workflowSupervisorJobKind = "WorkflowSupervisor" - dbJobs, err := a.queries.JobListWorkflow(ctx, db.JobListWorkflowParams{ PaginationLimit: 1000, PaginationOffset: 0,