parent
9fc052d9bb
commit
2cecac6955
@ -562,7 +562,7 @@ routeAuthTags = fmap (impureNonNull . Set.mapMonotonic impureNonNull) . ofoldM p
|
|||||||
| oany (authTags `Set.isSubsetOf`) prev
|
| oany (authTags `Set.isSubsetOf`) prev
|
||||||
-> Right prev
|
-> Right prev
|
||||||
| otherwise
|
| otherwise
|
||||||
-> Right $ Set.insert authTags prev
|
-> Right . Set.insert authTags $ Set.filter (not . (`Set.isSubsetOf` authTags)) prev
|
||||||
| otherwise
|
| otherwise
|
||||||
= Left $ InvalidAuthTag t
|
= Left $ InvalidAuthTag t
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user