mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-18 23:40:30 +00:00
Update CatAPI.cs
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
|
|||||||
private const string URL = "https://aws.random.cat";
|
private const string URL = "https://aws.random.cat";
|
||||||
|
|
||||||
[ItemCanBeNull]
|
[ItemCanBeNull]
|
||||||
internal static async Task<string> GetRandomCatURL([NotNull] WebBrowser webBrowser) {
|
internal static async Task<string> GetRandomCatURL([JetBrains.Annotations.NotNull] WebBrowser webBrowser) {
|
||||||
if (webBrowser == null) {
|
if (webBrowser == null) {
|
||||||
throw new ArgumentNullException(nameof(webBrowser));
|
throw new ArgumentNullException(nameof(webBrowser));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user