Reformat code

This commit is contained in:
2021-01-12 14:15:33 +01:00
parent c514337fea
commit e3951d4793
14 changed files with 169 additions and 116 deletions

View File

@@ -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}`,
);
});