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