mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
payload debug
This commit is contained in:
parent
78dcfd2770
commit
1675683e76
1 changed files with 2 additions and 2 deletions
|
|
@ -896,11 +896,11 @@ App::post('/v1/vcs/github/events')
|
|||
Query::equal('providerRepositoryId', [$providerRepositoryId]),
|
||||
]));
|
||||
|
||||
$projectId = $installation->getAttribute('projectId');
|
||||
$projectId = $repository->getAttribute('projectId');
|
||||
|
||||
var_dump([
|
||||
'providerRepositoryId' => $providerRepositoryId,
|
||||
'$repository' => $repository,
|
||||
'repository' => $repository,
|
||||
'projectId' => $projectId,
|
||||
]);
|
||||
// if (empty($projectId)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue