fix: typo

This commit is contained in:
Andras Bacsai 2022-10-02 09:24:43 +00:00
parent 8dbcf257c4
commit 991587f252

View File

@ -186,7 +186,6 @@ export async function gitHubEvents(request: FastifyRequest<GitHubEvents>): Promi
data: { data: {
pullmergeRequestId, pullmergeRequestId,
sourceBranch, sourceBranch,
sourceRepository,
customDomain: `${protocol}${pullmergeRequestId}.${getDomain(application.fqdn)}`, customDomain: `${protocol}${pullmergeRequestId}.${getDomain(application.fqdn)}`,
application: { connect: { id: application.id } } application: { connect: { id: application.id } }
} }