Skip to content

Commit

Permalink
🐛 fix 1.23.10614.11145 #50
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Jun 14, 2023
1 parent be06b2e commit 0c340fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/BD.SteamClient.UnitTest/SteamServiceTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if (WINDOWS || MACCATALYST || MACOS || LINUX) && !(IOS || ANDROID)
using System.IO;
using ValveKeyValue;

Expand Down Expand Up @@ -108,4 +109,5 @@ public TestSteamServiceImpl(ILoggerFactory loggerFactory) : base(loggerFactory)

protected override string? GetString(string name) => default;
}
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public SteamAccountService(

public SteamAccountService(
IServiceProvider s,
Func<CookieContainer, SocketsHttpHandler> func) : base(func, s.GetRequiredService<ILogger<SteamAccountService>>())
Func<CookieContainer, HttpHandlerType> func) : base(func, s.GetRequiredService<ILogger<SteamAccountService>>())
{
uas = s.GetRequiredService<IRandomGetUserAgentService>();
}
Expand Down

0 comments on commit 0c340fb

Please sign in to comment.