Commit 7afce3a7 authored by Kerri Miller's avatar Kerri Miller

Use accessors instead of positionals

parent ac968370
...@@ -286,7 +286,7 @@ module MergeRequests ...@@ -286,7 +286,7 @@ module MergeRequests
updated_merge_request = nil updated_merge_request = nil
case params.keys[0].to_sym case params.each_key.first.to_sym
when :assignee_ids when :assignee_ids
updated_merge_request = assignees_service.execute(merge_request) updated_merge_request = assignees_service.execute(merge_request)
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