FIX migrate repo api bug

This commit is contained in:
jasder
2021-04-29 19:12:48 +08:00
parent 0133ec24ca
commit e87413f8a0

View File

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