fix: remove education field in subscription

This commit is contained in:
GareArc 2025-03-14 04:28:30 -04:00
parent 4b055595b3
commit d43408dd7c

View File

@ -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):