This commit is contained in:
Lunny Xiao 2022-08-17 21:27:35 +08:00
parent 1dfa78538e
commit bf27be688a
No known key found for this signature in database
GPG key ID: C3B7C91B632F738A

View file

@ -252,7 +252,6 @@ func GetProtectedBranchBy(ctx context.Context, repoID int64, branchName string)
return rel, nil
}
// WhitelistOptions represent all sorts of whitelists used for protected branches
type WhitelistOptions struct {
UserIDs []int64