From 21018da206ad9677aa81d2d27fb98365aa5710ac Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 10 Nov 2024 06:22:56 +0100 Subject: [PATCH] userAgent: ip.userAgent --- services/sefinekAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sefinekAPI.js b/services/sefinekAPI.js index dab0844..b3692e4 100644 --- a/services/sefinekAPI.js +++ b/services/sefinekAPI.js @@ -35,7 +35,7 @@ module.exports = async () => { rayId: ip.rayId, ip: ip.ip, endpoint: ip.endpoint, - userAgent: ip.userAgent || '', + userAgent: ip.userAgent, action: ip.action, country: ip.country, timestamp: ip.timestamp,