Skip to content
Snippets Groups Projects
Commit a85d24fc authored by Stan Hu's avatar Stan Hu
Browse files

Fix typo in comment

parent ba192c73
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -134,7 +134,7 @@ class ProjectTeam
 
# Determine the maximum access level for a group of users in bulk.
#
# Returns a Hash mapping user ID -> maxmum access level.
# Returns a Hash mapping user ID -> maximum access level.
def max_member_access_for_user_ids(user_ids)
user_ids = user_ids.uniq
key = "max_member_access:#{project.id}"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment