We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5a863 commit 130bc9fCopy full SHA for 130bc9f
services/context/group.go
@@ -111,9 +111,7 @@ func groupAssignment(ctx *Context) {
111
}
112
113
ownerAsOrg := (*organization.Organization)(group.Owner)
114
- var (
115
- orgWideAdmin, orgWideOwner, isOwnedBy bool
116
- )
+ var orgWideAdmin, orgWideOwner, isOwnedBy bool
117
118
if ctx.IsSigned {
119
if orgWideAdmin, err = ownerAsOrg.IsOrgAdmin(ctx, ctx.Doer.ID); err != nil {
0 commit comments