Skip to content

Commit d0a3bc9

Browse files
committed
fix: eslint error into swagger api decorator file
1 parent 971ab98 commit d0a3bc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/common/decorators/swagger-api.decorator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
ApiOkResponse,
99
ApiUnauthorizedResponse,
1010
} from '@nestjs/swagger';
11-
import { Prisma } from '@prisma/client';
1211

1312
export type SwaggerParamsType = {
1413
description: string;

0 commit comments

Comments
 (0)