Reformat code
This commit is contained in:
@@ -13,7 +13,7 @@ export class LoggerMiddleware implements NestMiddleware {
|
||||
const contentLength = response.get('content-length');
|
||||
|
||||
logger.info(
|
||||
`${method} ${url} ${statusCode} ${contentLength} - ${userAgent} ${ip}`
|
||||
`${method} ${url} ${statusCode} ${contentLength} - ${userAgent} ${ip}`,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user