Update requests.ts

This commit is contained in:
Nate Kelley 2025-04-16 15:46:58 -06:00
parent db60c686e6
commit 16ecff9041
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ export const updateChat = async ({
return mainApi.put<BusterChat>(`${CHATS_BASE}/${id}`, data).then((res) => res.data);
};
export const deleteChat = async (data: string[]): Promise<void> => {
export const updateChatMessageFeedback = async ({
message_id,
...params