Skip to content

Commit

Permalink
GH-454 Strange code in _storeInternal
Browse files Browse the repository at this point in the history
  • Loading branch information
ml054 committed Aug 26, 2024
1 parent 2bd5fc2 commit 87d4d06
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 87d4d06

Please sign in to comment.