File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { AuthController } from './auth.controller';
88import { AuthService , type OAuthProfile } from './auth.service' ;
99
1010import type { RequestWithUser } from '../types/request.interface' ;
11- import type { Response , Request } from 'express' ;
11+ import type { Response } from 'express' ;
1212
1313describe ( 'AuthController' , ( ) => {
1414 let controller : AuthController ;
Original file line number Diff line number Diff line change @@ -41,11 +41,7 @@ import type {
4141 SafeUser ,
4242} from './auth.service' ;
4343import type { RequestWithUser } from '../types/request.interface' ;
44- import type {
45- CookieOptions ,
46- Request as ExpressRequest ,
47- Response as ExpressResponse ,
48- } from 'express' ;
44+ import type { CookieOptions , Response as ExpressResponse } from 'express' ;
4945
5046// so we can use 'lax' for better security
5147const getCookieOptions = ( ) : CookieOptions => {
You can’t perform that action at this time.
0 commit comments