Remove unused property
This commit is contained in:
@@ -19,8 +19,6 @@ namespace Akari.Prototype.Server.Services
|
||||
{
|
||||
public const string FingerprintsPath = "fingerprints.json";
|
||||
|
||||
public IEnumerable<KeyValuePair<string, string>> FingerprintsHash => _fingerprintsHash;
|
||||
|
||||
private readonly ILogger<FingerprintManager> _logger;
|
||||
private readonly IAuthManager _authManager;
|
||||
private readonly AkariPath _akariPath;
|
||||
|
||||
Reference in New Issue
Block a user