Skip to content

Commit 319081b

Browse files
committed
type
Signed-off-by: Adam Setch <[email protected]>
1 parent b212c65 commit 319081b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/renderer/utils/notifications/handlers/discussion.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2829
type 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-
4442
class DiscussionHandler extends DefaultHandler {
4543
readonly type = 'Discussion';
4644

0 commit comments

Comments
 (0)