mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
org update billing
This commit is contained in:
@ -111,7 +111,7 @@ namespace Bit.Api.Controllers
|
||||
throw new NotFoundException();
|
||||
}
|
||||
|
||||
await _organizationRepository.ReplaceAsync(model.ToOrganization(organization));
|
||||
await _organizationService.UpdateAsync(model.ToOrganization(organization), true);
|
||||
return new OrganizationResponseModel(organization);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user