From 1566d0dbd7b8bdff72a64df04920cd6d4f43559e Mon Sep 17 00:00:00 2001 From: boufni95 Date: Fri, 12 Sep 2025 19:46:40 +0000 Subject: [PATCH] deb --- src/services/storage/db/storageProcessor.ts | 1 + 1 file changed, 1 insertion(+) 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) })