Skip to content

Commit 6af4b3e

Browse files
committed
fix lint
1 parent c35eb1f commit 6af4b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graphnode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export function createApolloClient(options: {
4343

4444
const wsLink = new WebSocketLink({
4545
options: {
46-
reconnect: false,
47-
lazy: true
46+
lazy: true,
47+
reconnect: false
4848
},
4949
uri: options.graphqlWsProvider,
5050
webSocketImpl: WebSocket

0 commit comments

Comments
 (0)