We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11ec23 commit cd64fe0Copy full SHA for cd64fe0
src/renderer/types.ts
@@ -305,7 +305,7 @@ export interface GitifySubject {
305
// Enriched fields (from additional GraphQL or REST API calls)
306
/** Issue/PR/Discussion number */
307
number?: number;
308
- /** Parsed state from GraphQL */
+ /** Parsed state */
309
state?: GitifyNotificationState;
310
/** Latest comment/PR author */
311
user?: GitifyNotificationUser;
0 commit comments