diff --git a/src/Core/Services/Implementations/OrganizationService.cs b/src/Core/Services/Implementations/OrganizationService.cs index de1503d778..d5e72b1b26 100644 --- a/src/Core/Services/Implementations/OrganizationService.cs +++ b/src/Core/Services/Implementations/OrganizationService.cs @@ -447,7 +447,7 @@ namespace Bit.Core.Services StripeSubscription subscription = null; // Pre-generate the org id so that we can save it with the Stripe subscription.. - Guid newOrgId = CoreHelpers.GenerateComb(); + var newOrgId = CoreHelpers.GenerateComb(); if(plan.Type == PlanType.Free) {