diff --git a/src/services/storage/db/storageProcessor.ts b/src/services/storage/db/storageProcessor.ts index 4a8fc19c..3c096dec 100644 --- a/src/services/storage/db/storageProcessor.ts +++ b/src/services/storage/db/storageProcessor.ts @@ -450,6 +450,7 @@ class StorageProcessor { private async handleFind(operation: FindOperation) { console.log("handling find") + console.log(operation) const res = await this.handleRead(operation.txId, eM => { return eM.getRepository(this.getEntity(operation.entity)).find(operation.q) })