mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-20 22:13:32 +00:00
revert unnecessary change in this pull request
This commit is contained in:
parent
70d2960677
commit
f24dc5e658
@ -325,7 +325,7 @@ func DeleteComment(ctx *context.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := issue_service.DeleteComment(ctx, ctx.Doer, comment); err != nil {
|
if err = issue_service.DeleteComment(ctx, ctx.Doer, comment); err != nil {
|
||||||
ctx.ServerError("DeleteComment", err)
|
ctx.ServerError("DeleteComment", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user