Removed redundant variable declaration.

This commit is contained in:
markturney 2025-03-12 14:12:04 +00:00
parent 14a8af7c10
commit 0dd898277f

View file

@ -95,7 +95,6 @@ func (entry *Workflow) Dispatch(ctx context.Context, inputGetter InputValueGette
return nil, nil, errors.New("to many inputs")
}
var jobNames []string
jobNames := util.KeysOfMap(wf.Jobs)
payload := &structs.WorkflowDispatchPayload{