diff --git a/services/sefinekAPI.js b/services/sefinekAPI.js index 0e8b7bd..dab0844 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?.replace(/"/g, ''), + userAgent: ip.userAgent || '', action: ip.action, country: ip.country, timestamp: ip.timestamp,