deb
This commit is contained in:
parent
1566d0dbd7
commit
68f91e9789
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ class StorageProcessor {
|
||||||
|
|
||||||
private async handleFind(operation: FindOperation<any>) {
|
private async handleFind(operation: FindOperation<any>) {
|
||||||
console.log("handling find")
|
console.log("handling find")
|
||||||
console.log(operation)
|
console.log(operation.q)
|
||||||
const res = await this.handleRead(operation.txId, eM => {
|
const res = await this.handleRead(operation.txId, eM => {
|
||||||
return eM.getRepository(this.getEntity(operation.entity)).find(operation.q)
|
return eM.getRepository(this.getEntity(operation.entity)).find(operation.q)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue