Added limit attribute to attribute tag mapping

This commit is contained in:
Fabian Weber 2020-08-26 12:46:35 +02:00 committed by GitHub
parent b3763be73e
commit 49eeebec27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -410,5 +410,6 @@ var (
AttributeWhichJobs: TagKeyword,
AttributeFirstJobID: TagInteger,
AttributeStatusMessage: TagText,
AttributeLimit: TagInteger,
}
)