1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 18:42:49 -05:00

delete expired grants job

This commit is contained in:
Kyle Spearrin
2018-10-09 10:23:52 -04:00
parent 5812915677
commit bfa6f68541
4 changed files with 45 additions and 0 deletions

View File

@ -6,5 +6,6 @@ namespace Bit.Core.Repositories
{
Task UpdateStatisticsAsync();
Task RebuildIndexesAsync();
Task DeleteExpiredGrantsAsync();
}
}