payload debug

This commit is contained in:
shimon 2025-01-24 17:38:29 +02:00
parent 78dcfd2770
commit 1675683e76

View file

@ -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)) {