fix: align comment numbering with review sequence
This commit is contained in:
@@ -67,6 +67,7 @@ pub struct CommentThread {
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct CommentItem {
|
||||
pub id: i64,
|
||||
pub review_id: Option<i64>,
|
||||
pub user: String,
|
||||
pub created_at: String,
|
||||
pub path: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user