Skip to content

Commit

Permalink
Delete new input
Browse files Browse the repository at this point in the history
  • Loading branch information
GioChkhaidze authored Jun 9, 2024
1 parent 9c0e71b commit 3c80f3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 3c80f3e

Please sign in to comment.