fix accessors

This commit is contained in:
rootdarkarchon
2022-10-20 14:33:28 +02:00
parent 54dd0b0f6e
commit 9a7b50ca90
2 changed files with 2 additions and 2 deletions

View File

@@ -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;