mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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]),
|
Query::equal('providerRepositoryId', [$providerRepositoryId]),
|
||||||
]));
|
]));
|
||||||
|
|
||||||
$projectId = $installation->getAttribute('projectId');
|
$projectId = $repository->getAttribute('projectId');
|
||||||
|
|
||||||
var_dump([
|
var_dump([
|
||||||
'providerRepositoryId' => $providerRepositoryId,
|
'providerRepositoryId' => $providerRepositoryId,
|
||||||
'$repository' => $repository,
|
'repository' => $repository,
|
||||||
'projectId' => $projectId,
|
'projectId' => $projectId,
|
||||||
]);
|
]);
|
||||||
// if (empty($projectId)) {
|
// if (empty($projectId)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue