Dr-Swopt 1 週間 前
コミット
c430a6efdf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/palm-oil/vision.gateway.ts

+ 1 - 1
src/palm-oil/vision.gateway.ts

@@ -205,7 +205,7 @@ export class VisionGateway
       const response = await fetch(N8N_WEBHOOK_URL, {
         method: 'POST',
         headers: { 'Content-Type': 'application/json' },
-        body: JSON.stringify([body]),
+        body: JSON.stringify(body),
       });
 
       const raw = await response.json();