Skip to content

Commit

Permalink
format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 12, 2024
1 parent 3d36ef5 commit 024924b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/webshell-router/src/routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const onConnect = async (ws: WebSocket, request: IncomingMessage) => {
};

export const addSocket = (expressApp: Express) => {

const server = createServer(expressApp);
const wss = new WebSocketServer({ noServer: true });

Expand Down

0 comments on commit 024924b

Please sign in to comment.