Down to 60 failures.
This commit is contained in:
parent
69ab1ce44f
commit
a82da51b30
|
@ -381,7 +381,11 @@ export const runQuery = (
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof docValue === "object" && typeof testValue === "string") {
|
if (
|
||||||
|
docValue &&
|
||||||
|
typeof docValue === "object" &&
|
||||||
|
typeof testValue === "string"
|
||||||
|
) {
|
||||||
return docValue._id === testValue
|
return docValue._id === testValue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue