mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00:00
Resolved an issue where autoscaling always happened (#5765)
This commit is contained in:
@@ -1058,7 +1058,7 @@ public class OrganizationService : IOrganizationService
|
||||
organization: organization,
|
||||
initOrganization: initOrganization));
|
||||
|
||||
internal async Task<(bool canScale, string failureReason)> CanScaleAsync(
|
||||
public async Task<(bool canScale, string failureReason)> CanScaleAsync(
|
||||
Organization organization,
|
||||
int seatsToAdd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user