refactor(TfFileDto): made Url nullable

This commit is contained in:
tekh 2025-08-04 10:24:54 +02:00
parent 6288312c01
commit 659a402555

View File

@ -2,7 +2,7 @@
public class TfFileDto
{
public UriBuilder Url { get; set; } = null!;
public UriBuilder? Url { get; set; }
public string? Headline { get; set; }