Remove requested_hosted_plan Parameter From Group#user_cap_reached?
What does this MR do and why?
Remove the requested_hosted_plan
parameter from the Group#user_cap_reached?
function.
This parameter is never used when user_cap_reached?
is invoked. We always leave the default of nil
, which is then passed to billable_members_count
, which also has a default value of nil
for this parameter.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Jason Goodman