Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
Files
15
@@ -26,8 +26,8 @@ export class AppController {
2,
)}`,
);
this.eventsGateway.sentEvent(this.gatewayConfig.socketEventName, dto);
// this.eventsGateway.server.emit(this.gatewayConfig.socketEventName, dto);
this.eventsGateway.sentEvent(dto);
return "ok";
}
}
Loading