Skip to content

Commit

Permalink
Merge pull request #455 from ml054/v5.4
Browse files Browse the repository at this point in the history
GH-454 Strange code in _storeInternal
  • Loading branch information
ml054 committed Aug 26, 2024
2 parents 2bd5fc2 + 87d4d06 commit 69cd00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documents/Session/InMemoryDocumentSessionOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 69cd00a

Please sign in to comment.