1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

[PM-21250] Remove pm-18770-enable-organization-business-unit-conversion (#5848)

* Remove pm-18770-enable-organization-business-unit-conversion

* Run dotnet format
This commit is contained in:
Alex Morask
2025-05-30 09:58:36 -04:00
committed by GitHub
parent d50ad97e6e
commit 390b93f6ce
5 changed files with 4 additions and 25 deletions

View File

@ -1,6 +1,5 @@
#nullable enable
using System.Diagnostics.CodeAnalysis;
using Bit.Core;
using Bit.Core.AdminConsole.Entities;
using Bit.Core.AdminConsole.Entities.Provider;
using Bit.Core.AdminConsole.Enums.Provider;
@ -27,7 +26,6 @@ using Stripe;
namespace Bit.Commercial.Core.Billing.Providers.Services;
[RequireFeature(FeatureFlagKeys.PM18770_EnableOrganizationBusinessUnitConversion)]
public class BusinessUnitConverter(
IDataProtectionProvider dataProtectionProvider,
GlobalSettings globalSettings,