fix: remove education field in subscription
This commit is contained in:
parent
4b055595b3
commit
d43408dd7c
@ -10,7 +10,6 @@ from services.enterprise.enterprise_service import EnterpriseService
|
||||
class SubscriptionModel(BaseModel):
|
||||
plan: str = "sandbox"
|
||||
interval: str = ""
|
||||
education: bool = False
|
||||
|
||||
|
||||
class BillingModel(BaseModel):
|
||||
|
Loading…
Reference in New Issue
Block a user