diff --git a/apps/api/src/routes/webhooks/gitlab/handlers.ts b/apps/api/src/routes/webhooks/gitlab/handlers.ts index e661a29c5..58d01182a 100644 --- a/apps/api/src/routes/webhooks/gitlab/handlers.ts +++ b/apps/api/src/routes/webhooks/gitlab/handlers.ts @@ -133,7 +133,7 @@ export async function gitLabEvents(request: FastifyRequest) { await prisma.build.create({ data: { id: buildId, - pullmergeRequestId, + pullmergeRequestId: pullmergeRequestId.toString(), sourceBranch, applicationId: application.id, destinationDockerId: application.destinationDocker.id,