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