mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-01 22:40:45 +01:00
parent
5f169bfcfd
commit
f1720ad133
@ -1822,6 +1822,8 @@ func DeleteRepository(doer *User, uid, repoID int64) error {
|
||||
&PullRequest{BaseRepoID: repoID},
|
||||
&RepoUnit{RepoID: repoID},
|
||||
&RepoRedirect{RedirectRepoID: repoID},
|
||||
&Webhook{RepoID: repoID},
|
||||
&HookTask{RepoID: repoID},
|
||||
); err != nil {
|
||||
return fmt.Errorf("deleteBeans: %v", err)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user