mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 18:19:49 +00:00
fix: order error in the tests
This commit is contained in:
@@ -670,6 +670,7 @@ func getTags(
|
||||
owners, err := expandTagOwners(aclPolicy, tag, stripEmailDomain)
|
||||
if errors.Is(err, errInvalidTag) {
|
||||
invalidTagMap[tag] = true
|
||||
continue
|
||||
}
|
||||
var found bool
|
||||
for _, owner := range owners {
|
||||
|
Reference in New Issue
Block a user