From 49eeebec2736068d3460a7998fc5b04c188fc00a Mon Sep 17 00:00:00 2001 From: Fabian Weber <46140201+phin1x@users.noreply.github.com> Date: Wed, 26 Aug 2020 12:46:35 +0200 Subject: [PATCH] Added limit attribute to attribute tag mapping --- constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.go b/constants.go index 841e9c6..500daeb 100644 --- a/constants.go +++ b/constants.go @@ -410,5 +410,6 @@ var ( AttributeWhichJobs: TagKeyword, AttributeFirstJobID: TagInteger, AttributeStatusMessage: TagText, + AttributeLimit: TagInteger, } )