We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d2960 commit f24dc5eCopy full SHA for f24dc5e
routers/web/repo/issue_comment.go
@@ -325,7 +325,7 @@ func DeleteComment(ctx *context.Context) {
325
return
326
}
327
328
- if err := issue_service.DeleteComment(ctx, ctx.Doer, comment); err != nil {
+ if err = issue_service.DeleteComment(ctx, ctx.Doer, comment); err != nil {
329
ctx.ServerError("DeleteComment", err)
330
331
0 commit comments