remove unneeded typescript eslint comment

This commit is contained in:
Marcello Fitton
2026-03-03 12:53:13 -08:00
parent 74da87a38c
commit 393c61a9a3
@@ -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,