From ad4e3be80c2a0b7003e5bb155776c9846f3b93e6 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 31 Aug 2025 13:10:04 +0300 Subject: [PATCH] Lines --- src/Appwrite/Platform/Workers/Audits.php | 2 -- 1 file changed, 2 deletions(-) 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(); } }