From a04cca56cf78badb30a5e29eeb5b97550a14929b Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 30 Dec 2024 17:06:36 +0800 Subject: [PATCH] Update models/issues/comment.go --- models/issues/comment.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/issues/comment.go b/models/issues/comment.go index c033f02036..e4029565d6 100644 --- a/models/issues/comment.go +++ b/models/issues/comment.go @@ -207,7 +207,6 @@ func (t CommentType) CountedAsConversation() bool { } // ConversationCountedCommentType returns the comment types that are counted as a conversation -// The returned types are []any rather than []CommentType to allow for easy use as xorm args func ConversationCountedCommentType() []CommentType { return []CommentType{CommentTypeComment, CommentTypeReview} }