From db89b07abbd3458168eca78f2bf4bdc6fbdff59b Mon Sep 17 00:00:00 2001 From: boufni95 Date: Fri, 12 Sep 2025 17:14:13 +0000 Subject: [PATCH] deb --- src/services/storage/db/storageProcessor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',