mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 16:00:06 +01:00
edycja naprawiona
This commit is contained in:
@@ -6,7 +6,7 @@ public record class QuoteShortDTO
|
||||
public string Text { get; set; } = string.Empty;
|
||||
public string Author { get; set; } = string.Empty;
|
||||
public string? ImageUrl { get; set; }
|
||||
public List<string> Categories { get; set; } = new();
|
||||
public List<string>? Categories { get; set; } = new();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user