fixes bad pino redaction syntax

This commit is contained in:
nai-degen 2023-05-04 16:43:26 -05:00
parent 4dc9c649d8
commit 77bcbc7954
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ app.use(
"req.headers.cookie",
'res.headers["set-cookie"]',
"req.headers.authorization",
"req.headers.x-forwarded-for",
'req.headers["x-forwarded-for"]',
],
censor: "********",
},