fix: create repo not use website

This commit is contained in:
2021-03-22 15:50:08 +08:00
parent 8bbfea2079
commit 5c864acb64

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