修复:repository service不存在

This commit is contained in:
2024-08-23 16:14:50 +08:00
parent 655ac8ec67
commit 2ee2a5f3f3

View File

@@ -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