mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
fix nullable warnings (#49)
* fix nullable warnings * use collection initalizers
This commit is contained in:
@@ -11,5 +11,5 @@ public class KarakterFelszereles1eDto
|
||||
public string? PajzsId { get; set; }
|
||||
|
||||
[JsonPropertyName("fegyverIDk")]
|
||||
public IList<string> FegyverIds { get; set; }
|
||||
public IList<string> FegyverIds { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user