userAgent: ip.userAgent
This commit is contained in:
parent
5df7e8e068
commit
21018da206
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ module.exports = async () => {
|
||||||
rayId: ip.rayId,
|
rayId: ip.rayId,
|
||||||
ip: ip.ip,
|
ip: ip.ip,
|
||||||
endpoint: ip.endpoint,
|
endpoint: ip.endpoint,
|
||||||
userAgent: ip.userAgent || '',
|
userAgent: ip.userAgent,
|
||||||
action: ip.action,
|
action: ip.action,
|
||||||
country: ip.country,
|
country: ip.country,
|
||||||
timestamp: ip.timestamp,
|
timestamp: ip.timestamp,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue