mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix(audits): drop removed 'location' field from event payload (utopia-php/audit 2.4 schema)
This commit is contained in:
@@ -100,7 +100,6 @@ class Audits extends Action
|
||||
'resource' => $resource,
|
||||
'userAgent' => $userAgent,
|
||||
'ip' => $ip,
|
||||
'location' => '',
|
||||
'data' => [
|
||||
'userId' => $actorUserId,
|
||||
'userName' => $actorUserName,
|
||||
|
||||
Reference in New Issue
Block a user