mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00: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