Skip to content

Commit

Permalink
unused param in action converter
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Oct 11, 2023
1 parent 1131dfe commit f5de743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/job_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ func ApiCSIPluginConfigToStructsCSIPluginConfig(apiConfig *api.TaskCSIPluginConf
return sc
}

func ApiActionToStructsAction(job *structs.Job, action *api.Action, act *structs.Action) *structs.Action {
func ApiActionToStructsAction(job *structs.Job, action *api.Action) *structs.Action {
return &structs.Action{
Name: action.Name,
Args: slices.Clone(action.Args),
Expand Down

0 comments on commit f5de743

Please sign in to comment.