We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e5d35 commit 246527bCopy full SHA for 246527b
1 file changed
src/renderer/utils/api/__mocks__/response-mocks.ts
@@ -57,7 +57,6 @@ export function mockAuthorResponseNode(login: string): AuthorFieldsFragment {
57
htmlUrl: `https://github.com/${login}` as Link,
58
avatarUrl: 'https://avatars.githubusercontent.com/u/583231?v=4' as Link,
59
type: 'User',
60
- __typename: 'User',
61
} satisfies AuthorFieldsFragment;
62
}
63
0 commit comments