diff --git a/packages/query/src/index.ts b/packages/query/src/index.ts index f008206e344..2c5e68698a6 100644 --- a/packages/query/src/index.ts +++ b/packages/query/src/index.ts @@ -1443,7 +1443,7 @@ export class LiveQuery implements WithTx, Client { } else { const d = await this.findOne(lookupClass, { _id: pops[pkey] }, { lookup: nestedLookup }) if (d !== undefined) { - pp[pkey].push() + pp[pkey].push(d) } } }