From 3c80f3ed82192b1bc637f27fb569647d31135955 Mon Sep 17 00:00:00 2001 From: George Chkhaidze Date: Mon, 10 Jun 2024 02:10:36 +0400 Subject: [PATCH] Delete new input --- .github/workflows/blank.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 1f6d89d..e27c304 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -75,14 +75,6 @@ jobs: input['commentsData'] = commentsData; } - input = { - "issueData": issueData, - "commentsData": [], - "model": model, - "action": action, - "userComment":restCommentBody - } - const apiUrl = 'https://jolly-rock-6ec1c558f46f43d1b565a4283867da28.azurewebsites.net/process'; const response = await axios.post(apiUrl, JSON.stringify(input), { headers: {