From bec307569c253a55cb400758227699c1c58953fb Mon Sep 17 00:00:00 2001 From: nflnkr Date: Fri, 12 May 2023 18:33:00 +0300 Subject: [PATCH] fix api request --- src/api/tickets.ts | 3 --- 1 file changed, 3 deletions(-) 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; }); }