Commit e55b2cd1 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in lib/api/merge_requests.rb

parent 6af99066
......@@ -234,14 +234,11 @@ module API
optional :state_event, type: String, values: %w[close reopen],
desc: 'Status of the merge request'
optional :discussion_locked, type: Boolean, desc: 'Whether the MR discussion is locked'
<<<<<<< HEAD
# EE
at_least_one_of_ee = [
:squash
]
=======
>>>>>>> ce-com/master
use :optional_params
at_least_one_of(*(at_least_one_of_ce + at_least_one_of_ee))
......
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