Skip to content

Commit 16768d9

Browse files
committed
chore: fix linting
1 parent 4962cd9 commit 16768d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GraphQLResponse, GraphQLRequestContext } from './types'
1+
import { GraphQLResponse } from './types'
22

33
export class ClientError extends Error {
44
result: GraphQLResponse

0 commit comments

Comments
 (0)