From 1bc9ff3a104d309d7420a839e057cfb5818e3a30 Mon Sep 17 00:00:00 2001 From: Ritika Mandal Date: Mon, 20 May 2024 16:35:06 +0530 Subject: [PATCH] import statement removed --- apps/api/src/auth/service/auth.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/api/src/auth/service/auth.service.ts b/apps/api/src/auth/service/auth.service.ts index 5bb9f561..bd67e9dd 100644 --- a/apps/api/src/auth/service/auth.service.ts +++ b/apps/api/src/auth/service/auth.service.ts @@ -7,7 +7,6 @@ import { NotFoundException, UnauthorizedException } from '@nestjs/common' -import { randomUUID } from 'crypto' import { JwtService } from '@nestjs/jwt' import { Cron, CronExpression } from '@nestjs/schedule' import { UserAuthenticatedResponse } from '../auth.types'