mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -58,7 +58,8 @@ public sealed class TwoFactorAuthenticationConfirmationsRequest {
|
||||
[JsonProperty($"{SharedInfo.UlongCompatibilityStringPrefix}{nameof(AcceptedCreatorIDs)}", Required = Required.DisallowNull)]
|
||||
public ImmutableHashSet<string> SAcceptedCreatorIDs {
|
||||
get => AcceptedCreatorIDs.Select(static creatorID => creatorID.ToString(CultureInfo.InvariantCulture)).ToImmutableHashSet(StringComparer.Ordinal);
|
||||
set {
|
||||
|
||||
private set {
|
||||
ArgumentNullException.ThrowIfNull(value);
|
||||
|
||||
HashSet<ulong> acceptedCreatorIDs = new();
|
||||
|
||||
Reference in New Issue
Block a user