Skip to content

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed Jun 9, 2024
1 parent c89c518 commit f89470a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f89470a

Please sign in to comment.