Commit 7c088f2f authored by Jarka Kadlecová's avatar Jarka Kadlecová

Resolve conflicts in api/entities

parent 3082f7cc
...@@ -309,13 +309,10 @@ module API ...@@ -309,13 +309,10 @@ module API
expose :status expose :status
expose :last_pipeline, using: 'API::Entities::PipelineBasic' expose :last_pipeline, using: 'API::Entities::PipelineBasic'
expose :project_id expose :project_id
<<<<<<< HEAD
=======
end end
class BasicRef < Grape::Entity class BasicRef < Grape::Entity
expose :type, :name expose :type, :name
>>>>>>> upstream/master
end end
class Branch < Grape::Entity class Branch < Grape::Entity
......
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