deb
This commit is contained in:
parent
6c21ab3f71
commit
811029d84e
1 changed files with 3 additions and 0 deletions
|
|
@ -449,6 +449,9 @@ class StorageProcessor {
|
|||
}
|
||||
|
||||
private async handleFind(operation: FindOperation<any>) {
|
||||
if(operation.entity == 'BalanceEvent') {
|
||||
console.log(operation.q)
|
||||
}
|
||||
const res = await this.handleRead(operation.txId, eM => {
|
||||
return eM.getRepository(this.getEntity(operation.entity)).find(operation.q)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue