diff --git a/src/Appwrite/Platform/Workers/Audits.php b/src/Appwrite/Platform/Workers/Audits.php index 6fa81c5772..c99c5eafe4 100644 --- a/src/Appwrite/Platform/Workers/Audits.php +++ b/src/Appwrite/Platform/Workers/Audits.php @@ -153,9 +153,7 @@ class Audits extends Action } catch (Throwable $e) { Console::error('Error processing audit logs: ' . $e->getMessage()); } - $this->lastTriggeredTime = time(); - return new Commit(); } }