mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 12:25:10 +02:00
Update models/actions/task.go
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
parent
730af9be50
commit
22496aa57e
@ -496,7 +496,7 @@ func isSubset(set, subset []string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, v := range subset {
|
for _, v := range subset {
|
||||||
if m.Contains(v) {
|
if !m.Contains(v) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user