Skip to content

Commit 87d4d06

Browse files
committed
GH-454 Strange code in _storeInternal
1 parent 2bd5fc2 commit 87d4d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Documents/Session/InMemoryDocumentSessionOperations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ export abstract class InMemoryDocumentSessionOperations
13781378
this._rememberEntityForDocumentIdGeneration(entity);
13791379
}
13801380
} else {
1381-
this.generateEntityIdOnTheClient.trySetIdentity(entity, id);
1381+
this._generateEntityIdOnTheClient.trySetIdentity(entity, id);
13821382
}
13831383

13841384
const cmdKey = IdTypeAndName.keyFor(id, "ClientAnyCommand", null);

0 commit comments

Comments
 (0)