Skip to content

Commit

Permalink
fix: remove nested ticket wrapper from review request payload
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Dec 2, 2024
1 parent ca4f605 commit 06572c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/store/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3710,9 +3710,7 @@ export class MainStore {
'x-jwt': info.tribe_jwt,
'Content-Type': 'application/json'
},
body: JSON.stringify({
ticket
})
body: JSON.stringify(ticket)
});

if (!response.ok) {
Expand Down

0 comments on commit 06572c6

Please sign in to comment.