mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix(audits): drop removed 'location' field from event payload (utopia-php/audit 2.4 schema)
This commit is contained in:
parent
ce31a4f336
commit
39aeecc58c
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ class Audits extends Action
|
|||
'resource' => $resource,
|
||||
'userAgent' => $userAgent,
|
||||
'ip' => $ip,
|
||||
'location' => '',
|
||||
'data' => [
|
||||
'userId' => $actorUserId,
|
||||
'userName' => $actorUserName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue