fix reference error
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -2931,7 +2931,7 @@ async function put_manifest(new_tag, manifest, input) {
|
||||
'content-type': manifest_media_type,
|
||||
};
|
||||
|
||||
if (token) {
|
||||
if (input.token) {
|
||||
req_headers.authorization = `Bearer ${input.token}`;
|
||||
}
|
||||
|
||||
|
||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user