Skip to content

Commit

Permalink
feat: add break
Browse files Browse the repository at this point in the history
Signed-off-by: Jad Chahed <jad.chahed@bashroom.com>
  • Loading branch information
Jad31 committed Aug 27, 2024
1 parent 0d96a21 commit ba1e8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/admin/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (a *Admin) checkUserOrgMembership(client *goGithub.Client, username, orgNam
}
if membership.GetState() == "active" {
isMember = true
break
}
}
}
Expand Down

0 comments on commit ba1e8d3

Please sign in to comment.