Remove interface type from annotations.Ingress struct

This commit is contained in:
Alex Kursell 2019-02-22 10:14:09 -05:00
parent f53cacd5e1
commit 521be9b258
3 changed files with 5 additions and 4 deletions

View file

@ -611,7 +611,7 @@ func isLocationAllowed(input interface{}) bool {
return false
}
return loc.Denied == nil
return loc.Denied == ""
}
var (