Skip to content

Commit fc0097c

Browse files
committed
front, docs
1 parent be0b5bd commit fc0097c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

aiplan.go/internal/aiplan/docs/docs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19139,6 +19139,9 @@ const docTemplate = `{
1913919139
"$ref": "#/definitions/dto.IssueBlockerLight"
1914019140
}
1914119141
},
19142+
"comments_count": {
19143+
"type": "integer"
19144+
},
1914219145
"completed_at": {
1914319146
"type": "string",
1914419147
"x-nullable": true

aiplan.go/internal/aiplan/docs/swagger.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19131,6 +19131,9 @@
1913119131
"$ref": "#/definitions/dto.IssueBlockerLight"
1913219132
}
1913319133
},
19134+
"comments_count": {
19135+
"type": "integer"
19136+
},
1913419137
"completed_at": {
1913519138
"type": "string",
1913619139
"x-nullable": true

0 commit comments

Comments
 (0)