Commit 687043d4 authored by Robert Speicher's avatar Robert Speicher

Ensure nil values are removed from ProjectTeam#max_member_access

parent 6cd84aed
......@@ -166,7 +166,7 @@ class ProjectTeam
access << max_invited_level(user_id)
end
access.max
access.compact.max
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment