Skip to content

Commit b342c98

Browse files
committed
fix: remove unused import
1 parent b21719a commit b342c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/strategies/jwt.strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Injectable, Logger } from '@nestjs/common';
1+
import { Injectable } from '@nestjs/common';
22
import { ConfigService } from '@nestjs/config';
33
import { PassportStrategy } from '@nestjs/passport';
44
import { ExtractJwt, Strategy } from 'passport-jwt';

0 commit comments

Comments
 (0)