Skip to content

Commit dcce4a6

Browse files
committed
fix(discussions): answered discussions only supported in GHSE 3.12 or higher
Signed-off-by: Adam Setch <[email protected]>
1 parent 1c9d094 commit dcce4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/typesGitHub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export interface Discussion {
500500
number: number;
501501
title: string;
502502
stateReason: DiscussionStateType;
503-
isAnswered: boolean;
503+
isAnswered: boolean | null;
504504
url: Link;
505505
author: DiscussionAuthor;
506506
comments: DiscussionComments;

0 commit comments

Comments
 (0)