This commit is contained in:
2023-08-18 22:53:41 -07:00
parent 4ec5cfd721
commit 3b98ba922b
3 changed files with 5 additions and 1 deletions

2
dist/index.js vendored
View File

@@ -2951,6 +2951,8 @@ async function put_manifest(new_tag, manifest, input) {
'content-length': content.byteLength,
};
console.log({ manifest, req_headers });
http_basic_auth(req_headers, input);
// if (input.token) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long