From 278a101f4fa351cff5624c20c2bc4279de00f3de Mon Sep 17 00:00:00 2001 From: Sefinek Date: Mon, 23 Sep 2024 16:58:13 +0200 Subject: [PATCH] Add timestamp --- scripts/sefinekAPI.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/sefinekAPI.js b/scripts/sefinekAPI.js index 03fa1cb..3542e64 100644 --- a/scripts/sefinekAPI.js +++ b/scripts/sefinekAPI.js @@ -27,7 +27,8 @@ module.exports = async () => { endpoint: ip.endpoint, useragent: ip.useragent.replace(/"/g, ''), action: ip.action, - country: ip.country + country: ip.country, + timestamp: ip.timestamp })) }, { headers: { 'Authorization': process.env.SEFINEK_API_SECRET }