fix: webhooks

This commit is contained in:
Andras Bacsai
2022-07-25 11:32:44 +00:00
parent 5f3aae066a
commit 101694c998
2 changed files with 2 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ export async function gitLabEvents(request: FastifyRequest<GitLabEvents>) {
if (applicationFound.destinationDockerId) {
const isRunning = await checkContainer(
{
dockerId: applicationFound.destinationDocker.engine,
dockerId: applicationFound.destinationDocker.id,
container: applicationFound.id
}
);