Skip to content

Commit f24dc5e

Browse files
committed
revert unnecessary change in this pull request
1 parent 70d2960 commit f24dc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/issue_comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func DeleteComment(ctx *context.Context) {
325325
return
326326
}
327327

328-
if err := issue_service.DeleteComment(ctx, ctx.Doer, comment); err != nil {
328+
if err = issue_service.DeleteComment(ctx, ctx.Doer, comment); err != nil {
329329
ctx.ServerError("DeleteComment", err)
330330
return
331331
}

0 commit comments

Comments
 (0)