mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Correct migration logic
This commit is contained in:
@@ -111,9 +111,7 @@ namespace ArchiSteamFarm.IPC.Controllers.Api {
|
||||
return BadRequest(new GenericResponse(false, errorMessage));
|
||||
}
|
||||
|
||||
request.BotConfig.ShouldSerializeDefaultValues = false;
|
||||
request.BotConfig.ShouldSerializeHelperProperties = false;
|
||||
request.BotConfig.ShouldSerializeSensitiveDetails = true;
|
||||
request.BotConfig.Saving = true;
|
||||
|
||||
HashSet<string> bots = botNames.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries).ToHashSet(Bot.BotsComparer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user