mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-07-21 01:25:28 -04:00
remove unneeded typescript eslint comment
This commit is contained in:
@@ -492,7 +492,6 @@ class Weaviate extends VectorDatabase {
|
||||
if (
|
||||
value.length > 0 &&
|
||||
typeof value[0] !== "object" &&
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
value.every((el) => typeof el === typeof value[0])
|
||||
) {
|
||||
// Weaviate only supports arrays of primitive types,
|
||||
|
||||
Reference in New Issue
Block a user