mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-03 05:00:56 +00:00
Fix silly bug with non-encodable value being encoded.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ type UploadersRule struct {
|
||||
Condition string `json:"condition"`
|
||||
Allow []string `json:"allow"`
|
||||
Deny []string `json:"deny"`
|
||||
CompiledCondition PackageQuery `json:"-"`
|
||||
CompiledCondition PackageQuery `json:"-" codec:"-"`
|
||||
}
|
||||
|
||||
func (u UploadersRule) String() string {
|
||||
|
||||
Reference in New Issue
Block a user