ci: Fixed .gitlab-ci.yml file

votes: fixed build warnings
This commit is contained in:
Kwoth
2024-04-27 16:10:56 +00:00
parent 812b865add
commit 4a378b9663
3 changed files with 116 additions and 116 deletions

View File

@@ -20,9 +20,8 @@ namespace NadekoBot.VotesApi
public AuthHandler(IOptionsMonitor<AuthenticationSchemeOptions> options,
ILoggerFactory logger,
UrlEncoder encoder,
ISystemClock clock,
IConfiguration conf)
: base(options, logger, encoder, clock)
: base(options, logger, encoder)
=> _conf = conf;
protected override Task<AuthenticateResult> HandleAuthenticateAsync()