Skip to content

Commit

Permalink
Deleted EventDto changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoper02 committed May 13, 2024
1 parent 444e194 commit a337026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/ReasnAPI/ReasnAPI/Models/DTOs/EventDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class EventDto {
public DateTime EndAt { get; set; }
public DateTime CreatedAt { get; set; }
public DateTime UpdatedAt { get; set; }
public string? Slug { get; set; }
public string Slug { get; set; } = null!;
public int StatusId { get; set; }
public List<TagDto>? Tags { get; set; }
}
Expand Down

0 comments on commit a337026

Please sign in to comment.