mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -106,7 +106,7 @@ public sealed class ReleaseResponse {
|
||||
[JsonInclude]
|
||||
[JsonPropertyName("assets")]
|
||||
[JsonRequired]
|
||||
public ImmutableHashSet<ReleaseAsset> Assets { get; private init; } = ImmutableHashSet<ReleaseAsset>.Empty;
|
||||
public ImmutableHashSet<ReleaseAsset> Assets { get; private init; } = [];
|
||||
|
||||
[JsonInclude]
|
||||
[JsonPropertyName("prerelease")]
|
||||
|
||||
Reference in New Issue
Block a user