Skip to content

Commit 69cd00a

Browse files
authored
Merge pull request #455 from ml054/v5.4
GH-454 Strange code in _storeInternal
2 parents 2bd5fc2 + 87d4d06 commit 69cd00a

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)