Misc code improvements

This commit is contained in:
JustArchi
2020-12-05 20:30:15 +01:00
parent 6265aa7271
commit 4e190b7dfd
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
private sealed class MeowResponse {
#pragma warning disable 649
[JsonProperty(PropertyName = "file", Required = Required.Always)]
internal readonly string? Link;
internal readonly string Link = "";
#pragma warning restore 649
[JsonConstructor]