Skip to content

Commit 6939f3c

Browse files
committed
remove unsed import
1 parent f2185d0 commit 6939f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/workspace/src/auth/auth.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Request } from 'express';
22
import { Body, Controller, Post, Req, UseGuards } from '@nestjs/common';
33

44
import { AuthService } from './auth.service';
5-
import { LocalGuard } from './guards/local.guard';
5+
//import { LocalGuard } from './guards/local.guard';
66
import { CreateUserDto } from './dto/create-user.dto';
77
import { JwtAuthGuard } from './guards/jwt.guard';
88

0 commit comments

Comments
 (0)