Remove interface type from annotations.Ingress struct
This commit is contained in:
parent
f53cacd5e1
commit
521be9b258
3 changed files with 5 additions and 4 deletions
|
|
@ -611,7 +611,7 @@ func isLocationAllowed(input interface{}) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
return loc.Denied == nil
|
||||
return loc.Denied == ""
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue