1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Updated missing logic for 2023 plans (#4000)

This commit is contained in:
Conner Turnbull
2024-04-19 13:15:35 -04:00
committed by GitHub
parent 87f710803d
commit 28e8287451
3 changed files with 11 additions and 0 deletions

View File

@ -48,5 +48,6 @@ public abstract class SubscriptionUpdate
=> plan.Type is
>= PlanType.FamiliesAnnually2019 and <= PlanType.EnterpriseAnnually2019
or PlanType.FamiliesAnnually
or PlanType.TeamsStarter2023
or PlanType.TeamsStarter;
}