From adb451234b3fea780c74480cff2b1ffc20390133 Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 2 Mar 2025 22:27:13 +0200 Subject: [PATCH] debug --- src/Appwrite/Platform/Workers/Webhooks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Workers/Webhooks.php b/src/Appwrite/Platform/Workers/Webhooks.php index e7843ffc20..ab6e1e6270 100644 --- a/src/Appwrite/Platform/Workers/Webhooks.php +++ b/src/Appwrite/Platform/Workers/Webhooks.php @@ -60,6 +60,7 @@ class Webhooks extends Action throw new Exception('Missing payload'); } var_dump($project); + $events = $payload['events']; $webhookPayload = json_encode($payload['payload']); $user = new Document($payload['user'] ?? []);