Commit a04cb118 authored by Scott Stern's avatar Scott Stern Committed by Stan Hu

License check with FF for work in progress limits

parent 2c90f50c
......@@ -11,7 +11,7 @@ module EE
private
def push_wip_limits
push_frontend_feature_flag(:wip_limits, parent)
push_frontend_feature_flag(:wip_limits, parent) if License.feature_available?(:wip_limits)
end
end
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