Merge pull request #8812 from bitsf/tag_retention_fix

fix tag retention model verify
This commit is contained in:
Steven Zou 2019-08-23 16:24:46 +08:00 committed by GitHub
commit 5c5f763439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ type Metadata struct {
ID int `json:"id"`
// Priority of rule when doing calculating
Priority int `json:"priority" valid:"Required"`
Priority int `json:"priority"`
// Disabled rule
Disabled bool `json:"disabled"`