This commit is contained in:
boufni95 2025-03-10 20:34:41 +00:00
parent 26921c163b
commit c287ac2cb8

View file

@ -333,6 +333,7 @@ class StorageProcessor {
private async handleFindOne(operation: FindOneOperation<any>) {
const manager = this.getManager(operation.txId);
console.log(operation.q.where)
const res = await manager.getRepository(MainDbEntities[operation.entity]).findOne(operation.q)
this.sendResponse({