fix: create repo not use website

This commit is contained in:
vilet.yy 2021-03-22 15:50:08 +08:00
parent 8bbfea2079
commit 5c864acb64
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class Projects::CreateService < ApplicationService
{
hidden: !repo_is_public,
user_id: params[:user_id],
website: params[:website],
identifier: params[:repository_name]
}
end