mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
parent
e164e1c9af
commit
237ae709ac
@ -239,7 +239,7 @@ export class LiveQuery extends TxProcessor implements Client {
|
||||
if (q.result instanceof Promise) {
|
||||
q.result = await q.result
|
||||
}
|
||||
callback.callback(q.result)
|
||||
callback.callback(toFindResult(this.clone(q.result), q.total))
|
||||
}
|
||||
}, 0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user