Skip to content

Commit 7a8f77b

Browse files
Remove unused handleApiError import in useChatMessages.ts
1 parent 48107e8 commit 7a8f77b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/composables/messages/useChatMessages.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ export const useChatMessages = (
290290
}).catch((error) => {
291291
console.error("Failed to send chat message:", error);
292292
status.value = "ready";
293-
const { handleApiError } = useApiError();
294293
handleApiError(error);
295294
});
296295

0 commit comments

Comments
 (0)