Skip to content

Commit 664da3a

Browse files
committed
Remove unnecessary code
1 parent 5bb19fd commit 664da3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/issues/comment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ type CommentMetaData struct {
238238
ProjectColumnID int64 `json:"project_column_id,omitempty"`
239239
ProjectColumnTitle string `json:"project_column_title,omitempty"`
240240
ProjectTitle string `json:"project_title,omitempty"`
241-
BeforeCommitID string `json:"before_commit_id,omitempty"` // commit id before this comment
242241
}
243242

244243
// Comment represents a comment in commit and issue page.

0 commit comments

Comments
 (0)