Skip to content
Snippets Groups Projects
Commit bb68f5ea authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #53

parent 80ad9cd0
Branches
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ final class HooksController extends EventController
if (
!$this->verifyEvent()
|| !isset($payload['project']['id'])
|| $payload['project']['id'] !== $this->gitlab_project_id
|| $payload['project']['id'] != $this->gitlab_project_id
) {
throw new Exception('This is not a valid gitlab event');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment