mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05: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