diff --git a/src/api/tickets.ts b/src/api/tickets.ts index 56d5dda..57e9213 100644 --- a/src/api/tickets.ts +++ b/src/api/tickets.ts @@ -80,9 +80,6 @@ export async function getTicketMessages({ useToken: true, body, signal, - }).then((response) => { - const result = (response as any).data as GetMessagesResponse; - return result; }); }