mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
fix enums
This commit is contained in:
@ -320,9 +320,9 @@ namespace Bit.Billing.Controllers
|
||||
{
|
||||
switch(org.PlanType)
|
||||
{
|
||||
case Core.Enums.PlanType.FamiliesAnnually:
|
||||
case Core.Enums.PlanType.TeamsAnnually:
|
||||
case Core.Enums.PlanType.EnterpriseAnnually:
|
||||
case PlanType.FamiliesAnnually:
|
||||
case PlanType.TeamsAnnually:
|
||||
case PlanType.EnterpriseAnnually:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user