From d76d7847a0670d47613866e19f985b3fbaa1b024 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 14 Jan 2026 16:35:06 +0200 Subject: [PATCH] debug --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 923c91b..94cf7c1 100644 --- a/index.js +++ b/index.js @@ -13,6 +13,7 @@ const globalState = { exit: false, currentlyLive: false, }; +console.log(userBearer.trim()) const headers = (bearer) => ({ accept: 'application/json',