From 991587f2526f46815817c3c22627a42f169b268c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sun, 2 Oct 2022 09:24:43 +0000 Subject: [PATCH] fix: typo --- apps/api/src/routes/webhooks/github/handlers.ts | 1 - 1 file changed, 1 deletion(-) 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 } } }