Skip to content

Commit

Permalink
fixed tag type for outputorder
Browse files Browse the repository at this point in the history
  • Loading branch information
phin1x committed May 21, 2021
1 parent 043ff47 commit 95e159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,6 @@ var (
AttributeFirstJobID: TagInteger,
AttributeStatusMessage: TagText,
AttributeLimit: TagInteger,
AttributeOutputOrder: TagEnum,
AttributeOutputOrder: TagName,
}
)

0 comments on commit 95e159f

Please sign in to comment.