From 87d4d0667b01bd3798887f7b78c6f349b5786aa6 Mon Sep 17 00:00:00 2001 From: Marcin Lewandowski Date: Mon, 26 Aug 2024 10:21:12 +0200 Subject: [PATCH] GH-454 Strange code in _storeInternal --- src/Documents/Session/InMemoryDocumentSessionOperations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Documents/Session/InMemoryDocumentSessionOperations.ts b/src/Documents/Session/InMemoryDocumentSessionOperations.ts index 752059bd..9edc5061 100644 --- a/src/Documents/Session/InMemoryDocumentSessionOperations.ts +++ b/src/Documents/Session/InMemoryDocumentSessionOperations.ts @@ -1378,7 +1378,7 @@ export abstract class InMemoryDocumentSessionOperations this._rememberEntityForDocumentIdGeneration(entity); } } else { - this.generateEntityIdOnTheClient.trySetIdentity(entity, id); + this._generateEntityIdOnTheClient.trySetIdentity(entity, id); } const cmdKey = IdTypeAndName.keyFor(id, "ClientAnyCommand", null);