mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:57:23 +01:00
fix accessors
This commit is contained in:
parent
54dd0b0f6e
commit
9a7b50ca90
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ using Microsoft.Extensions.Logging;
|
|||
|
||||
namespace MareSynchronosServices.Authentication;
|
||||
|
||||
internal class SecretKeyAuthenticationHandler
|
||||
public class SecretKeyAuthenticationHandler
|
||||
{
|
||||
private readonly ILogger<SecretKeyAuthenticationHandler> logger;
|
||||
private readonly MareMetrics metrics;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace MareSynchronosServices;
|
||||
|
||||
internal class CleanupService : IHostedService, IDisposable
|
||||
public class CleanupService : IHostedService, IDisposable
|
||||
{
|
||||
private readonly MareMetrics metrics;
|
||||
private readonly SecretKeyAuthenticationHandler _authService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue