Skip to content

Commit db90b8d

Browse files
committed
Remove unused import
1 parent 627b68e commit db90b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middlewares/authenticate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { JsonWebTokenError, Jwt, JwtPayload } from 'jsonwebtoken';
1+
import { JsonWebTokenError } from 'jsonwebtoken';
22
import { Request, Response, NextFunction } from 'express';
33

44
import * as jwt from '../utils/jwt';

0 commit comments

Comments
 (0)