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

Resolve API conflicts

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