Added generatedAt to dto for randomChallenge
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user