Commit eb77a907 authored by Eduardo Bonet's avatar Eduardo Bonet

Passing the correct actor to jupyter_clean_diffs feature flag

parent 15bc88cf
......@@ -44,7 +44,7 @@ module Gitlab
new_blob_lazy
old_blob_lazy
preprocess_before_diff(diff) if Feature.enabled?(:jupyter_clean_diffs, @project)
preprocess_before_diff(diff) if Feature.enabled?(:jupyter_clean_diffs, repository.project)
end
def position(position_marker, position_type: :text)
......
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