Remove unneeded change to `featurable.rb`

parent 95f2bef8
......@@ -88,7 +88,7 @@ module Featurable
def feature_available?(feature, user)
# This feature might not be behind a feature flag at all, so default to true
return false unless ::Feature.enabled?(feature, user, type: :licensed, default_enabled: true)
return false unless ::Feature.enabled?(feature, user, default_enabled: true)
get_permission(user, feature)
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