chore: generate

This commit is contained in:
Fernandez Ludovic 2025-02-15 02:49:15 +01:00
parent 790a6236fe
commit 44e7a52779
2 changed files with 2 additions and 2 deletions

2
dist/post_run/index.js generated vendored
View file

@ -45240,7 +45240,7 @@ var RequestError = class extends Error {
if (options.request.headers.authorization) {
requestCopy.headers = Object.assign({}, options.request.headers, {
authorization: options.request.headers.authorization.replace(
/ .*$/,
/(?<! ) .*$/,
" [REDACTED]"
)
});

2
dist/run/index.js generated vendored
View file

@ -45240,7 +45240,7 @@ var RequestError = class extends Error {
if (options.request.headers.authorization) {
requestCopy.headers = Object.assign({}, options.request.headers, {
authorization: options.request.headers.authorization.replace(
/ .*$/,
/(?<! ) .*$/,
" [REDACTED]"
)
});