merge conflict
This commit is contained in:
parent
6b83719632
commit
600d6ab174
|
@ -6,7 +6,6 @@
|
|||
# type :string(255)
|
||||
# title :string(255)
|
||||
# uuid :integer
|
||||
# image_url :string(255)
|
||||
# url :string(255)
|
||||
# order_index :integer
|
||||
#
|
||||
|
@ -14,4 +13,4 @@
|
|||
# GLCC 新闻稿
|
||||
class Topic::GlccNews < Topic
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -47,12 +47,8 @@ class Projects::CreateService < ApplicationService
|
|||
ignore_id: params[:ignore_id],
|
||||
license_id: params[:license_id],
|
||||
website: params[:website],
|
||||
<<<<<<< HEAD
|
||||
identifier: params[:repository_name], #新增,hs
|
||||
identifier: params[:repository_name],
|
||||
use_blockchain: repo_use_blockchain # 新增,zxh
|
||||
=======
|
||||
identifier: params[:repository_name]
|
||||
>>>>>>> upstream/master
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue