This commit is contained in:
parent
c48212cc17
commit
c2cea4c15a
@ -573,7 +573,6 @@ export class CollectionQuery extends Query {
|
||||
while (parts.length > 0) {
|
||||
let seg = parts.shift();
|
||||
|
||||
console.log(data, seg, data[seg]);
|
||||
d = data[seg];
|
||||
if (d === undefined || d === null) break; // Undefined/Null has no other fields!
|
||||
}
|
||||
|
Reference in New Issue
Block a user