Skip to content

Commit

Permalink
fix: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Feb 21, 2024
1 parent a437c5e commit ad3fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typesGithub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export interface Owner {
export interface Subject {
title: string;
url?: string;
state: StateType;
state?: StateType;
latest_comment_url?: string;
type: SubjectType;
}
Expand Down

0 comments on commit ad3fae4

Please sign in to comment.