From ec9109724a55e32af93762f8cdcb51809b8c4a0e Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 30 Sep 2023 11:28:33 +0300 Subject: [PATCH] squash! --- Documentation/_worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/_worker.js b/Documentation/_worker.js index 3768312e..ff1a1ae3 100644 --- a/Documentation/_worker.js +++ b/Documentation/_worker.js @@ -4,7 +4,7 @@ export default { if (url.pathname.startsWith("/functions/")) { // TODO: Add your custom /functions/* logic here. - console.log(request); + console.log(...request); console.log(env); return new Response("Ok"); }