Use new location (#202)

This commit is contained in:
Michiel Hazelhof 2024-06-30 03:33:01 +02:00 committed by GitHub
parent 12da7d7249
commit a65277198c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,7 +398,7 @@ namespace bitwardenSelfLicensor
var type = core.GetType("Bit.Core.Models.Business.OrganizationLicense");
var licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType");
var planTypeEnum = core.GetType("Bit.Core.Enums.PlanType");
var planTypeEnum = core.GetType("Bit.Core.Billing.Enums.PlanType");
var license = Activator.CreateInstance(type);