From 664da3ad7167bff992bff10a49a0a399b0dfe04e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 22 Jul 2025 22:30:48 -0700 Subject: [PATCH] Remove unnecessary code --- models/issues/comment.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/issues/comment.go b/models/issues/comment.go index ab9fafa9f02..3926842d229 100644 --- a/models/issues/comment.go +++ b/models/issues/comment.go @@ -238,7 +238,6 @@ type CommentMetaData struct { ProjectColumnID int64 `json:"project_column_id,omitempty"` ProjectColumnTitle string `json:"project_column_title,omitempty"` ProjectTitle string `json:"project_title,omitempty"` - BeforeCommitID string `json:"before_commit_id,omitempty"` // commit id before this comment } // Comment represents a comment in commit and issue page.