fixes compiler warning as url is not returned null
This commit is contained in:
parent
72fbed8604
commit
172759462c
@ -8,5 +8,5 @@ public record AssignedTag : Tag
|
||||
public int Counter { get; init; }
|
||||
|
||||
[JsonProperty("url")]
|
||||
public string Url { get; init; }
|
||||
public string Url { get; init; } = null!;
|
||||
}
|
Loading…
Reference in New Issue
Block a user