From 2e2af32be3213ec009ffb5c301fbf013db63a6b5 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 30 Apr 2025 13:06:51 +1200 Subject: [PATCH] Fix missing trigger --- src/Appwrite/Platform/Tasks/ScheduleExecutions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/ScheduleExecutions.php b/src/Appwrite/Platform/Tasks/ScheduleExecutions.php index 3524793e4f..f961037b2e 100644 --- a/src/Appwrite/Platform/Tasks/ScheduleExecutions.php +++ b/src/Appwrite/Platform/Tasks/ScheduleExecutions.php @@ -70,7 +70,8 @@ class ScheduleExecutions extends ScheduleBase ->setHeaders($data['headers'] ?? []) ->setBody($data['body'] ?? '') ->setProject($schedule['project']) - ->setUserId($data['userId'] ?? ''); + ->setUserId($data['userId'] ?? '') + ->trigger(); }); $dbForPlatform->deleteDocument(