Add timestamp
This commit is contained in:
parent
29a5534a44
commit
278a101f4f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue