Skip to content

Commit

Permalink
fix: restart task command misaligned issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Apr 5, 2023
1 parent 51c21ca commit 193fcc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func (ctx *taskContext) restart(c *gin.Context) {
opts := &interfaces.SpiderRunOptions{
Mode: t.Mode,
NodeIds: t.NodeIds,
Cmd: t.Cmd,
Param: t.Param,
Priority: t.Priority,
}
Expand Down

0 comments on commit 193fcc3

Please sign in to comment.