Skip to content
Snippets Groups Projects
Commit 0980d1d3 authored by Alex Kalderimis's avatar Alex Kalderimis Committed by Brett Walker
Browse files

Remove dead code

parent fbea6998
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,6 @@ module InteractsWithMergeRequest
end
def merge_request_interaction(parent:, id: nil)
return unless parent.is_a?(MergeRequest)
Users::MergeRequestInteraction.new(user: object, merge_request: parent)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment