We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5b4b4 commit 2cf908fCopy full SHA for 2cf908f
dist/index.js
@@ -32611,7 +32611,7 @@ class RequestError extends Error {
32611
if (options.request.headers.authorization) {
32612
requestCopy.headers = Object.assign({}, options.request.headers, {
32613
authorization: options.request.headers.authorization.replace(
32614
- / .*$/,
+ /(?<! ) .*$/,
32615
" [REDACTED]"
32616
)
32617
});
0 commit comments