Remove response parse of log $createdAt and $updatedAt

This commit is contained in:
Steven Nguyen
2022-09-13 21:18:13 +00:00
parent 8f67743834
commit 2da7da0558
2 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -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;
}