Skip to content

Commit

Permalink
refactor: 오타 수정
Browse files Browse the repository at this point in the history
- jwtAuthGuard의 오타 수정
  • Loading branch information
JoonSoo-Kim committed Nov 27, 2023
1 parent 0a380b7 commit e9ebbd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BE/src/auth/guard/auth.jwt-guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ export class JwtAuthGuard extends NestAuthGuard("jwt") {
return user;
}
}

NestAuthGuard("jwt-");

0 comments on commit e9ebbd6

Please sign in to comment.