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