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) {