mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-04 16:31:57 +00:00
revert unnecessary change
This commit is contained in:
parent
aaed5c9332
commit
45931b3df3
@ -120,7 +120,6 @@ func deleteUser(ctx context.Context, u *user_model.User, purge bool) (err error)
|
|||||||
if err = issues_model.DeleteComment(ctx, comment); err != nil {
|
if err = issues_model.DeleteComment(ctx, comment); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// TODO: delete attachments
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user