diff --git a/apps/api/src/routes/webhooks/github/handlers.ts b/apps/api/src/routes/webhooks/github/handlers.ts index 9c52a01af..3568e3ab5 100644 --- a/apps/api/src/routes/webhooks/github/handlers.ts +++ b/apps/api/src/routes/webhooks/github/handlers.ts @@ -186,7 +186,6 @@ export async function gitHubEvents(request: FastifyRequest): Promi data: { pullmergeRequestId, sourceBranch, - sourceRepository, customDomain: `${protocol}${pullmergeRequestId}.${getDomain(application.fqdn)}`, application: { connect: { id: application.id } } }