Skip to content

Commit 294d81f

Browse files
authored
Fix incorrect input schema for renderIssues (#8004)
1 parent 0456d9c commit 294d81f

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4173,18 +4173,18 @@
41734173
"type": "number",
41744174
"description": "The number of comments on the issue."
41754175
}
4176-
}
4177-
},
4178-
"required": [
4179-
"title",
4180-
"number",
4181-
"url",
4182-
"state",
4183-
"createdAt",
4184-
"author",
4185-
"commentCount",
4186-
"reactionCount"
4187-
]
4176+
},
4177+
"required": [
4178+
"title",
4179+
"number",
4180+
"url",
4181+
"state",
4182+
"createdAt",
4183+
"author",
4184+
"commentCount",
4185+
"reactionCount"
4186+
]
4187+
}
41884188
},
41894189
"totalIssues": {
41904190
"type": "number",

0 commit comments

Comments
 (0)