Commit 900582e6 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve API conflicts

parent 634d52be
...@@ -9,11 +9,8 @@ module API ...@@ -9,11 +9,8 @@ module API
end end
end end
<<<<<<< HEAD
prepend EE::API::JobArtifacts prepend EE::API::JobArtifacts
=======
>>>>>>> upstream/master
params do params do
requires :id, type: String, desc: 'The ID of a project' requires :id, type: String, desc: 'The ID of a project'
end end
......
...@@ -32,11 +32,8 @@ module API ...@@ -32,11 +32,8 @@ module API
] ]
end end
<<<<<<< HEAD
prepend EE::API::MergeRequests prepend EE::API::MergeRequests
=======
>>>>>>> upstream/master
helpers do helpers do
def find_merge_requests(args = {}) def find_merge_requests(args = {})
args = declared_params.merge(args) args = declared_params.merge(args)
......
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