mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
console log API user agents
This commit is contained in:
parent
6dd5b18a7b
commit
b40a29954f
1 changed files with 1 additions and 1 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Reference in a new issue