mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
storage adjustment and billing fixes
This commit is contained in:
@@ -395,7 +395,7 @@ namespace Bit.Api.Controllers
|
||||
throw new UnauthorizedAccessException();
|
||||
}
|
||||
|
||||
await _userService.AdjustStorageAsync(user, model.StroageGbAdjustment.Value);
|
||||
await _userService.AdjustStorageAsync(user, model.StorageGbAdjustment.Value);
|
||||
}
|
||||
|
||||
[HttpPut("cancel-premium")]
|
||||
|
||||
Reference in New Issue
Block a user