Remove unnecessary code

This commit is contained in:
Lunny Xiao 2025-07-22 22:30:48 -07:00
parent 5bb19fd8ea
commit 664da3ad71
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -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.