From 49e486f0927ee2344c94391aeb701af6df67e39d Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 12 May 2025 13:43:02 +0200 Subject: [PATCH] n8n int cleaning --- app/api/missions/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/missions/route.ts b/app/api/missions/route.ts index 3bcaf6c1..5561e529 100644 --- a/app/api/missions/route.ts +++ b/app/api/missions/route.ts @@ -229,7 +229,7 @@ export async function POST(request: Request) { fullData: body }); - const workflowResult = await n8nService.createMission({ + const workflowResult = await n8nService.triggerMissionCreation({ ...body, missionId: mission.id, creatorId: mission.creatorId