We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb19fd commit 664da3aCopy full SHA for 664da3a
models/issues/comment.go
@@ -238,7 +238,6 @@ type CommentMetaData struct {
238
ProjectColumnID int64 `json:"project_column_id,omitempty"`
239
ProjectColumnTitle string `json:"project_column_title,omitempty"`
240
ProjectTitle string `json:"project_title,omitempty"`
241
- BeforeCommitID string `json:"before_commit_id,omitempty"` // commit id before this comment
242
}
243
244
// Comment represents a comment in commit and issue page.
0 commit comments