Skip to content

Commit

Permalink
chore: updated the file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Jan 16, 2025
1 parent a622b8c commit 6b4d96b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ startServer();

const httpServer = http.createServer(app);

const { useServer } = require('graphql-ws/lib/use/ws');
const { useServer } = require('graphql-ws/use/ws');
const ws = require('ws');

httpServer.listen({ port }, () => {
Expand Down

0 comments on commit 6b4d96b

Please sign in to comment.