Cleaned code

This commit is contained in:
2026-04-26 17:20:25 +01:00
parent a543da795f
commit f523986475
2 changed files with 3 additions and 3 deletions
@@ -86,7 +86,7 @@ public class PatchProofEndpoint(
Post post = new() Post post = new()
{ {
Libelle = req.Libelle, Libelle = req.Libelle,
CreationDate = DateTime.Now, CreationDate = DateTime.Now,
UserId = userId UserId = userId
}; };