# 123 fix 1

This commit is contained in:
b.nodon
2026-03-27 11:22:52 +01:00
parent a3db0059ab
commit b53fa189a5
3 changed files with 15 additions and 21 deletions

View File

@@ -53,7 +53,6 @@ namespace Webzine.Repository
/// <inheritdoc/>
public Commentaire Find(int idCommentaire)
{
var commentaire = this.dataStore.Commentaires.FirstOrDefault(c => c.IdCommentaire == idCommentaire);
if (commentaire == null)
{