diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 9557622310..f127320cc7 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -34,6 +34,7 @@ class LicenseStatus(StrEnum): EXPIRING = "expiring" EXPIRED = "expired" LOST = "lost" + CUSTOMIZE = "customize" class LicenseModel(BaseModel): @@ -82,7 +83,6 @@ class SystemFeatureModel(BaseModel): is_email_setup: bool = False license: LicenseModel = LicenseModel() - class FeatureService: @classmethod def get_features(cls, tenant_id: str) -> FeatureModel: