FIX migrate repo api bug
This commit is contained in:
parent
0133ec24ca
commit
e87413f8a0
|
@ -121,6 +121,8 @@ class Gitea::Accelerator::MigrateService < ApplicationService
|
|||
error('APIForbiddenError')
|
||||
when 422
|
||||
error('APIValidationError')
|
||||
else
|
||||
error("MigrateError")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue