Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 15, 2024
1 parent ec5e483 commit 52e7bab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/api/src/workspace/service/workspace.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import {
Injectable,
InternalServerErrorException,
Logger,
NotFoundException,
UnauthorizedException
NotFoundException
} from '@nestjs/common'
import { PrismaService } from '../../prisma/prisma.service'
import {
Expand Down

0 comments on commit 52e7bab

Please sign in to comment.