From ecd569fa0b637ad72b51ad5395287555c91ac1aa Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 13 Sep 2018 14:06:06 -0400 Subject: [PATCH] use var --- src/Core/Services/Implementations/OrganizationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {