mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Update index.js
This commit is contained in:
parent
2f55ea247c
commit
e9d0ce0aba
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue