mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-02-01 10:17:44 +00:00
Final code cleanup
This commit is contained in:
@@ -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!);
|
||||
|
||||
Reference in New Issue
Block a user