diff --git a/src/services/storage/db/storageProcessor.ts b/src/services/storage/db/storageProcessor.ts index 449277b1..4a8fc19c 100644 --- a/src/services/storage/db/storageProcessor.ts +++ b/src/services/storage/db/storageProcessor.ts @@ -449,10 +449,11 @@ class StorageProcessor { } private async handleFind(operation: FindOperation) { + console.log("handling find") const res = await this.handleRead(operation.txId, eM => { return eM.getRepository(this.getEntity(operation.entity)).find(operation.q) }) - + console.log("handled find") this.sendResponse({ success: true, type: 'find',