Browse Source

FIX migrate repo api bug

tags/v3.0.3
jasder 5 years ago
parent
commit
e87413f8a0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/services/gitea/accelerator/migrate_service.rb

+ 2
- 0
app/services/gitea/accelerator/migrate_service.rb View File

@@ -121,6 +121,8 @@ class Gitea::Accelerator::MigrateService < ApplicationService
error('APIForbiddenError')
when 422
error('APIValidationError')
else
error("MigrateError")
end
end



Loading…
Cancel
Save