Commit 56afce71 authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'ld-remove-unused-method' into 'master'

Remove unused `with_custom_integration_compared_to` method

See merge request gitlab-org/gitlab!51863
parents 569956f4 3d276656
......@@ -34,10 +34,6 @@ module IntegrationsActions
end
end
def custom_integration_projects
Project.with_custom_integration_compared_to(integration).page(params[:page]).per(20)
end
def test
render json: {}, status: :ok
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