From b40a29954f7b1737106ff6db4cf019cb947ac825 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 18:47:33 -0500 Subject: [PATCH] console log API user agents --- src/realms/twitter/routes/status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realms/twitter/routes/status.ts b/src/realms/twitter/routes/status.ts index 1af068d..db02b93 100644 --- a/src/realms/twitter/routes/status.ts +++ b/src/realms/twitter/routes/status.ts @@ -92,7 +92,7 @@ export const statusRequest = async (c: Context) => { if (isBotUA) { console.log(`Matched bot UA ${userAgent}`); } else { - console.log('Bypass bot check'); + console.log(`Bypass bot check (Presented user-agent ${userAgent})`); } /* This throws the necessary data to handleStatus (in status.ts) */