Merge pull request #13504 from backstage/freben/SSSSS

🧹  just get rid of some String
This commit is contained in:
Fredrik Adelöw
2022-09-02 16:39:01 +02:00
committed by GitHub
3 changed files with 9 additions and 3 deletions
@@ -33,7 +33,7 @@ export function requestLoggingHandler(logger?: Logger): RequestHandler {
return morgan('combined', {
stream: {
write(message: String) {
write(message: string) {
actualLogger.info(message.trimEnd());
},
},