Skip to content

Commit

Permalink
[OneBot] C
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Nov 22, 2023
1 parent 2c9c564 commit 85d8fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.OneBot/Utility/OneBotSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class OneBotSigner : SignProvider
private readonly ILogger _logger;
private readonly Timer _timer;

public OneBotSigner(IConfiguration config, ILogger<LagrangeApp> logger)
public OneBotSigner(IConfiguration config, ILogger<OneBotSigner> logger)
{
_signServer = config["SignServerUrl"] ?? "";
_logger = logger;
Expand Down

0 comments on commit 85d8fed

Please sign in to comment.