This commit is contained in:
parent
9cf9a54dca
commit
60d7b614fe
1 changed files with 1 additions and 0 deletions
|
@ -1838,6 +1838,7 @@ func DeleteRepository(doer *User, uid, repoID int64) error {
|
|||
&RepoRedirect{RedirectRepoID: repoID},
|
||||
&Webhook{RepoID: repoID},
|
||||
&HookTask{RepoID: repoID},
|
||||
&Notification{RepoID: repoID},
|
||||
); err != nil {
|
||||
return fmt.Errorf("deleteBeans: %v", err)
|
||||
}
|
||||
|
|
Reference in a new issue