From 83a8a34aeacaf83d108cd114af4dfabceaa0afe4 Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 13 May 2024 00:56:07 +1200 Subject: [PATCH] Updated EllieBot.VotesApi --- src/EllieBot.VotesApi/Common/AuthHandler.cs | 3 +-- src/EllieBot.VotesApi/EllieBot.VotesApi.csproj | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/EllieBot.VotesApi/Common/AuthHandler.cs b/src/EllieBot.VotesApi/Common/AuthHandler.cs index 9294153..fbe7aa8 100644 --- a/src/EllieBot.VotesApi/Common/AuthHandler.cs +++ b/src/EllieBot.VotesApi/Common/AuthHandler.cs @@ -20,9 +20,8 @@ namespace EllieBot.VotesApi public AuthHandler(IOptionsMonitor options, ILoggerFactory logger, UrlEncoder encoder, - ISystemClock clock, IConfiguration conf) - : base(options, logger, encoder, clock) + : base(options, logger, encoder) => _conf = conf; protected override Task HandleAuthenticateAsync() diff --git a/src/EllieBot.VotesApi/EllieBot.VotesApi.csproj b/src/EllieBot.VotesApi/EllieBot.VotesApi.csproj index f42db3d..af0ed1f 100644 --- a/src/EllieBot.VotesApi/EllieBot.VotesApi.csproj +++ b/src/EllieBot.VotesApi/EllieBot.VotesApi.csproj @@ -1,13 +1,13 @@  - net6.0 + net8.0 Linux - +