fix api request

This commit is contained in:
nflnkr 2023-05-12 18:33:00 +03:00 committed by skeris
parent 4e5c1edd66
commit bec307569c

@ -80,9 +80,6 @@ export async function getTicketMessages({
useToken: true,
body,
signal,
}).then((response) => {
const result = (response as any).data as GetMessagesResponse;
return result;
});
}