mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace Bit.Core.Repositories
|
||||
namespace Bit.Core.Repositories;
|
||||
|
||||
public interface IMaintenanceRepository
|
||||
{
|
||||
public interface IMaintenanceRepository
|
||||
{
|
||||
Task UpdateStatisticsAsync();
|
||||
Task DisableCipherAutoStatsAsync();
|
||||
Task RebuildIndexesAsync();
|
||||
Task DeleteExpiredGrantsAsync();
|
||||
Task DeleteExpiredSponsorshipsAsync(DateTime validUntilBeforeDate);
|
||||
}
|
||||
Task UpdateStatisticsAsync();
|
||||
Task DisableCipherAutoStatsAsync();
|
||||
Task RebuildIndexesAsync();
|
||||
Task DeleteExpiredGrantsAsync();
|
||||
Task DeleteExpiredSponsorshipsAsync(DateTime validUntilBeforeDate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user