mirror of https://github.com/buster-so/buster.git
Update requests.ts
This commit is contained in:
parent
db60c686e6
commit
16ecff9041
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue