@@ -70,7 +70,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}`;
}
The note is not visible to the blocked user.