Final code cleanup

This commit is contained in:
JustArchi
2020-11-14 22:37:00 +01:00
parent ea1429a209
commit e82560259b
56 changed files with 2176 additions and 1428 deletions

View File

@@ -45,7 +45,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
}
if (string.IsNullOrEmpty(response.Content.Link)) {
throw new ArgumentNullException(nameof(response.Content.Link));
throw new InvalidOperationException(nameof(response.Content.Link));
}
return Uri.EscapeUriString(response.Content!.Link!);