mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: e2e test cases
This commit is contained in:
@@ -4,8 +4,6 @@ import { Request, Response, NextFunction } from 'express';
|
||||
@Injectable()
|
||||
export class LoggerMiddleware implements NestMiddleware {
|
||||
use(req: Request, res: Response, next: NextFunction) {
|
||||
console.log(`Request...`);
|
||||
|
||||
// @ts-expect-error
|
||||
req.test = 'test';
|
||||
next();
|
||||
|
||||
Reference in New Issue
Block a user