Skip to content

Commit 33b5952

Browse files
committed
lint
1 parent 59bf247 commit 33b5952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphiql/test/e2e-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const {
1515
sendResult,
1616
} = require('graphql-helix'); // update when `graphql-http` is upgraded to support multipart requests for incremental delivery https://github.com/graphql/graphiql/pull/3682#discussion_r1715545279
1717
const WebSocketsServer = require('./afterDevServer');
18-
const { schema, sseSchema } = require('./schema');
18+
const { schema } = require('./schema');
1919
const { customExecute } = require('./execute');
2020
// eslint-disable-next-line import-x/no-extraneous-dependencies
2121
const { createHandler } = require('graphql-sse/lib/use/express');

0 commit comments

Comments
 (0)