Skip to content

Commit

Permalink
chore: Update plan parser
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitranquang committed Jul 30, 2024
1 parent 4680b20 commit dd3c148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locker_server/api_orm/model_parsers/user_plan_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def parse_plan(cls, plan_orm: PMPlanORM) -> PMPlan:
personal_share=plan_orm.personal_share,
relay_premium=plan_orm.relay_premium,
is_family_plan=plan_orm.is_family_plan,
is_team_plan=plan_orm.is_team_plan,
max_number=plan_orm.max_number,
team_dashboard=plan_orm.team_dashboard,
team_policy=plan_orm.team_policy,
Expand Down

0 comments on commit dd3c148

Please sign in to comment.