Add timestamp

This commit is contained in:
Sefinek 2024-09-23 16:58:13 +02:00
parent 29a5534a44
commit 278a101f4f

View file

@ -27,7 +27,8 @@ module.exports = async () => {
endpoint: ip.endpoint, endpoint: ip.endpoint,
useragent: ip.useragent.replace(/"/g, ''), useragent: ip.useragent.replace(/"/g, ''),
action: ip.action, action: ip.action,
country: ip.country country: ip.country,
timestamp: ip.timestamp
})) }))
}, { }, {
headers: { 'Authorization': process.env.SEFINEK_API_SECRET } headers: { 'Authorization': process.env.SEFINEK_API_SECRET }