mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-07-21 09:35:22 -04:00
disable line for no-empty-objects
This commit is contained in:
@@ -275,6 +275,7 @@ class AIbitat {
|
||||
/**
|
||||
* The message when the error occurred.
|
||||
*/
|
||||
// eslint-disable-next-line
|
||||
{}
|
||||
) => null
|
||||
) {
|
||||
@@ -913,6 +914,7 @@ ${this.getHistory({ to: route.to })
|
||||
}
|
||||
|
||||
// remove the last chat's that threw an error
|
||||
// eslint-disable-next-line
|
||||
const { from, to } = this?._chats?.pop();
|
||||
|
||||
await this.chat({ from, to });
|
||||
|
||||
Reference in New Issue
Block a user