mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-02 22:17:44 +09: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