mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Cleanup some obsolete warnings
This commit is contained in:
@@ -55,15 +55,11 @@ namespace ArchiSteamFarm {
|
||||
|
||||
private readonly ArchiCacheable<string> CachedDeviceID;
|
||||
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(PropertyName = "identity_secret", Required = Required.Always)]
|
||||
private readonly string IdentitySecret = "";
|
||||
#pragma warning restore 649
|
||||
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(PropertyName = "shared_secret", Required = Required.Always)]
|
||||
private readonly string SharedSecret = "";
|
||||
#pragma warning restore 649
|
||||
|
||||
private Bot? Bot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user