Skip to content

Commit a3347e6

Browse files
authored
Merge pull request #1 from alexandrud/feat/add-job-template-launch
fix JobLaunch json structure
2 parents 0c12360 + 3feb067 commit a3347e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/goawx/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ type JobLaunch struct {
453453
Failed bool `json:"failed"`
454454
Started interface{} `json:"started"`
455455
Finished interface{} `json:"finished"`
456-
Elapsed int `json:"elapsed"`
456+
Elapsed float64 `json:"elapsed"`
457457
JobArgs string `json:"job_args"`
458458
JobCwd string `json:"job_cwd"`
459459
JobEnv map[string]string `json:"job_env"`

0 commit comments

Comments
 (0)