mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Upgrade audit and fix
This commit is contained in:
parent
2043470bd0
commit
2437d2be77
2 changed files with 5 additions and 5 deletions
8
composer.lock
generated
8
composer.lock
generated
|
|
@ -3556,12 +3556,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/audit.git",
|
||||
"reference": "bea15e59f63d1b0fceabf53bf73bed3962d176d5"
|
||||
"reference": "a83dec21b3b9b7fc85fd8cf92563b2fd174a39cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/audit/zipball/bea15e59f63d1b0fceabf53bf73bed3962d176d5",
|
||||
"reference": "bea15e59f63d1b0fceabf53bf73bed3962d176d5",
|
||||
"url": "https://api.github.com/repos/utopia-php/audit/zipball/a83dec21b3b9b7fc85fd8cf92563b2fd174a39cb",
|
||||
"reference": "a83dec21b3b9b7fc85fd8cf92563b2fd174a39cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3597,7 +3597,7 @@
|
|||
"issues": "https://github.com/utopia-php/audit/issues",
|
||||
"source": "https://github.com/utopia-php/audit/tree/feat-db-3.x"
|
||||
},
|
||||
"time": "2025-12-14T06:56:09+00:00"
|
||||
"time": "2025-12-14T08:29:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/auth",
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ class Audits extends Action
|
|||
'mode' => $mode,
|
||||
'data' => $auditPayload,
|
||||
],
|
||||
'timestamp' => date("Y-m-d H:i:s", $message->getTimestamp()),
|
||||
'time' => date("Y-m-d H:i:s", $message->getTimestamp()),
|
||||
];
|
||||
|
||||
if (isset($this->logs[$project->getSequence()])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue