Stop passing type to Feature methods
Compare changes
+ 4
− 2
@@ -40,8 +40,10 @@ def fetch_plan_limit_data
There's no need to pass the :type
when calling Feature#enabled?
/Feature#disabled?
as the type is set in feature flag definition files and doesn't have any impact in these methods' behavior.
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.