Skip to content

Commit 1f01bed

Browse files
fix typo
1 parent 3a47a66 commit 1f01bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type SqueueResult struct {
4545
}
4646

4747
type SqueueJob struct {
48-
Account string `json:"acccount"`
48+
Account string `json:"account"`
4949
Id int `json:"job_id"`
5050
Name string `json:"name"`
5151
Resources SqueueJobResources `json:"job_resources"`

0 commit comments

Comments
 (0)