Added generatedAt to dto for randomChallenge

This commit is contained in:
2026-03-29 19:51:54 +01:00
parent 0352b20bcd
commit a17170abab
@@ -6,4 +6,5 @@ public class GetRandomChallengeDto
public string? Libelle { get; set; }
public int Duration { get; set; }
public bool IsAlreadyPast { get; set; }
public DateTime? GeneratedAt { get; set; }
}