修复:repository service不存在

This commit is contained in:
yystopf 2024-08-23 16:14:50 +08:00
parent 655ac8ec67
commit 2ee2a5f3f3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Repositories::MigrateService < ApplicationService
private private
def repository_params def repository_params
params.merge(project_id: project.id) params.except(:service).merge(project_id: project.id)
end end
def gitea_repository_params def gitea_repository_params