mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-25 17:30:36 +00:00
This commit is contained in:
parent
5927599e43
commit
c1224124ea
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func (protectBranch *ProtectedBranch) CanUserMerge(userID int64) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(protectBranch.WhitelistTeamIDs) == 0 {
|
if len(protectBranch.MergeWhitelistTeamIDs) == 0 {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue