mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
recompute full storage each time
This commit is contained in:
@@ -9,6 +9,6 @@ namespace Bit.Core.Repositories
|
||||
Task<User> GetByEmailAsync(string email);
|
||||
Task<string> GetPublicKeyAsync(Guid id);
|
||||
Task<DateTime> GetAccountRevisionDateAsync(Guid id);
|
||||
Task UpdateStorageAsync(Guid id, long storageIncrease);
|
||||
Task UpdateStorageAsync(Guid id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user