Skip to content

Commit

Permalink
import statement removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika1705 authored and rajdip-b committed May 20, 2024
1 parent b1b95a3 commit 44dd3c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/auth/service/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 44dd3c1

Please sign in to comment.