We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b9aba commit a718abaCopy full SHA for a718aba
src/events/events.gateway.ts
@@ -3,7 +3,7 @@ import { Server } from 'socket.io';
3
import { TestRun } from '@prisma/client';
4
import { BuildDto } from '../builds/dto/build.dto';
5
6
-@WebSocketGateway(4201)
+@WebSocketGateway()
7
export class EventsGateway {
8
@WebSocketServer()
9
server: Server;
0 commit comments