deb
This commit is contained in:
parent
db89b07abb
commit
1566d0dbd7
1 changed files with 1 additions and 0 deletions
|
|
@ -450,6 +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)
|
||||||
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