Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Nov 12, 2023
1 parent 51879fd commit e05b893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/wsServers/lobby.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { WebSocketServer } from "ws";
import { storeLobbyConnectionByCookie } from "../utils/socketNotifier";
import { NTNUINoFromRequest } from "../utils/wsCookieRetriever";

export const lobbyWss = new WebSocketServer({ noServer: true });

Expand Down

0 comments on commit e05b893

Please sign in to comment.