From 06572c613f87c20f572acc7e3d890c3ffd32bcba Mon Sep 17 00:00:00 2001 From: aliraza556 Date: Mon, 2 Dec 2024 12:00:15 +0500 Subject: [PATCH] fix: remove nested ticket wrapper from review request payload --- src/store/main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/store/main.ts b/src/store/main.ts index d6c8cbaf..44f33b2f 100644 --- a/src/store/main.ts +++ b/src/store/main.ts @@ -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) {