mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
@@ -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'] ?? []);
|
||||
|
||||
Reference in New Issue
Block a user