mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 14:59:51 +08:00
修复:repository service不存在
This commit is contained in:
@@ -21,7 +21,7 @@ class Repositories::MigrateService < ApplicationService
|
||||
|
||||
private
|
||||
def repository_params
|
||||
params.merge(project_id: project.id)
|
||||
params.except(:service).merge(project_id: project.id)
|
||||
end
|
||||
|
||||
def gitea_repository_params
|
||||
|
||||
Reference in New Issue
Block a user