Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Glydric committed Dec 5, 2023
1 parent 2be9faa commit 0425ce0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Backend/src/cameraStream/cameraStreamGateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ import {
HttpException,
UseFilters,
UseGuards,
ValidationPipe,
} from '@nestjs/common';
import * as console from 'console';
import { SocketsContainer } from '@nestjs/websockets/sockets-container';
import { DatabaseService } from '../database/database.service';
import { TelegramService } from '../telegram/telegram.service';
import { JwtService } from '@nestjs/jwt';

@Catch(WsException, HttpException)
Expand Down

0 comments on commit 0425ce0

Please sign in to comment.