mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
Remove unused param doer
(#34545)
This commit is contained in:
@@ -203,7 +203,7 @@ func Migrate(ctx *context.APIContext) {
|
||||
}
|
||||
|
||||
if repo != nil {
|
||||
if errDelete := repo_service.DeleteRepositoryDirectly(ctx, ctx.Doer, repo.ID); errDelete != nil {
|
||||
if errDelete := repo_service.DeleteRepositoryDirectly(ctx, repo.ID); errDelete != nil {
|
||||
log.Error("DeleteRepository: %v", errDelete)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user