mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
use var
This commit is contained in:
parent
8fde736e98
commit
ecd569fa0b
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user