File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/renderer/utils/notifications/handlers Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ import type {
2323 CommentFieldsFragment ,
2424 FetchDiscussionByNumberQuery ,
2525} from '../../api/graphql/generated/graphql' ;
26+ import { isStateFilteredOut } from '../filters/filter' ;
27+ import { DefaultHandler } from './default' ;
2628
27- // Type for discussion comment nodes from the FetchDiscussionByNumberQuery
2829type DiscussionComment = NonNullable <
2930 NonNullable <
3031 NonNullable <
@@ -38,9 +39,6 @@ type DiscussionComment = NonNullable<
3839 > [ number ]
3940> ;
4041
41- import { isStateFilteredOut } from '../filters/filter' ;
42- import { DefaultHandler } from './default' ;
43-
4442class DiscussionHandler extends DefaultHandler {
4543 readonly type = 'Discussion' ;
4644
You can’t perform that action at this time.
0 commit comments