Skip to content
Snippets Groups Projects

Fix: Handling for generic ror url

Merged Petar Hristov requested to merge Hotfix/xxxx-rors into main
9 files
+ 52
60
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -8,7 +8,7 @@ public record ProjectReport
public Guid Id { get; init; }
[JsonPropertyName("DateCreated")]
public DateTime DateCreated { get; init; }
public DateTime? DateCreated { get; init; } = null!;
[JsonPropertyName("Organizations")]
public IReadOnlyList<Organization> Organizations { get; init; } = null!;
Loading