Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Glydric committed Jan 31, 2024
1 parent fc12258 commit 6b9cf6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Backend/src/telegram/telegram.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as TelegramBot from 'node-telegram-bot-api';
import * as process from 'process';
import { DatabaseService } from '../database/database.service';
import UserDTO from '../user.dto';
import { JwtService } from '@nestjs/jwt';
import * as bcrypt from 'bcrypt';

@Injectable()
Expand Down

0 comments on commit 6b9cf6a

Please sign in to comment.