Skip to content

Commit

Permalink
fixing bug with 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrownover committed Oct 23, 2024
1 parent 35ffcfc commit d09e664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/responses_2311.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type JobsResp struct {
JobState []string `json:"job_state"`
Dependency *string `json:"dependency"`
JobResources struct {
Cpus *int32 `json:"allocated_cpus"`
Cpus *int32 `json:"allocated_cores"`
} `json:"job_resources"`
} `json:"jobs"`
}
Expand Down

0 comments on commit d09e664

Please sign in to comment.