mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
use var
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user