fixed tag type for outputorder

This commit is contained in:
Fabian Weber 2021-05-21 22:02:25 +02:00 committed by GitHub
parent 043ff4751b
commit 95e159f96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -415,6 +415,6 @@ var (
AttributeFirstJobID: TagInteger,
AttributeStatusMessage: TagText,
AttributeLimit: TagInteger,
AttributeOutputOrder: TagEnum,
AttributeOutputOrder: TagName,
}
)