mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove response parse of log $createdAt and $updatedAt
This commit is contained in:
@@ -377,7 +377,7 @@ class V15 extends Filter
|
||||
|
||||
private function parseLog($content)
|
||||
{
|
||||
$content = $this->parseDatetimeAttributes($content, ['$createdAt', '$updatedAt', 'time']);
|
||||
$content = $this->parseDatetimeAttributes($content, ['time']);
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user