Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 14, 2025
1 parent e8a7186 commit d9a0bfe
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createServer, type Server } from 'http';
import { AddressInfo } from 'net';
import { ExecutionResult } from 'graphql';
import { createServer, type Server } from 'node:http';
import { AddressInfo } from 'node:net';
import { Client, createClient } from 'graphql-ws';
import { useServer } from 'graphql-ws/lib/use/ws';
import { createSchema, createYoga } from 'graphql-yoga';
Expand Down

0 comments on commit d9a0bfe

Please sign in to comment.