Update index.js

This commit is contained in:
Nicholas Jitkoff 2022-05-29 00:26:07 -07:00
parent 2f55ea247c
commit e9d0ce0aba

View file

@ -56,7 +56,7 @@ export default async (request, context) => {
}
}
context.log("Providing Metadata",ua, info, content);
context.log("Providing Metadata",ua, info);
return new Response(content.join("\n"), {
headers: { "content-type": "text/html" },