mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
debug
This commit is contained in:
parent
52a73856bc
commit
adb451234b
1 changed files with 1 additions and 0 deletions
|
|
@ -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'] ?? []);
|
||||
|
|
|
|||
Loading…
Reference in a new issue