fix: create repo not use website
This commit is contained in:
parent
8bbfea2079
commit
5c864acb64
|
@ -46,7 +46,6 @@ class Projects::CreateService < ApplicationService
|
||||||
{
|
{
|
||||||
hidden: !repo_is_public,
|
hidden: !repo_is_public,
|
||||||
user_id: params[:user_id],
|
user_id: params[:user_id],
|
||||||
website: params[:website],
|
|
||||||
identifier: params[:repository_name]
|
identifier: params[:repository_name]
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue