feat(api): fixed an issue in plan generator
This commit is contained in:
parent
a6c811847a
commit
2b76b00e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def __plan_generator(type_name, trial_period, users_limit, data_retention, proje
|
|||
}
|
||||
|
||||
|
||||
FREE_PLAN = __plan_generator(type_name=schemas.PlanTypes.free,
|
||||
FREE_PLAN = __plan_generator(type_name="free",
|
||||
trial_period=0,
|
||||
users_limit=2,
|
||||
data_retention=7,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue