We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a47a66 commit 1f01bedCopy full SHA for 1f01bed
jobs.go
@@ -45,7 +45,7 @@ type SqueueResult struct {
45
}
46
47
type SqueueJob struct {
48
- Account string `json:"acccount"`
+ Account string `json:"account"`
49
Id int `json:"job_id"`
50
Name string `json:"name"`
51
Resources SqueueJobResources `json:"job_resources"`
0 commit comments