Suppress lint errors
							父节点
							
								
									15fd272ce3
								
							
						
					
					
						当前提交
						d7d04929d5
					
				| 
						 | 
				
			
			@ -25,10 +25,12 @@ export class AppGateway
 | 
			
		|||
 | 
			
		||||
  constructor(private appService: AppService) {}
 | 
			
		||||
 | 
			
		||||
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
 | 
			
		||||
  afterInit(server: Server) {
 | 
			
		||||
    this.logger.log('Initialized...');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/no-unused-vars
 | 
			
		||||
  handleConnection(client: Socket, ...args: any[]) {
 | 
			
		||||
    this.logger.log(`Client connected: ${client.id}`);
 | 
			
		||||
    client.emit(MESSAGE_TO_CLIENT, this.appService.getMessages());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		正在加载...
	
		在新工单中引用