There was an error while loading. Please reload this page.
1 parent b21719a commit b342c98Copy full SHA for b342c98
1 file changed
src/auth/strategies/jwt.strategy.ts
@@ -1,4 +1,4 @@
1
-import { Injectable, Logger } from '@nestjs/common';
+import { Injectable } from '@nestjs/common';
2
import { ConfigService } from '@nestjs/config';
3
import { PassportStrategy } from '@nestjs/passport';
4
import { ExtractJwt, Strategy } from 'passport-jwt';
0 commit comments