disable line for no-empty-objects

This commit is contained in:
Marcello Fitton
2026-03-03 12:54:05 -08:00
parent 116e7891e2
commit c768962038
+2
View File
@@ -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 });