fix(backend): the SaaS codebase is currently non-functional. (#11834)

This commit is contained in:
Hiep Le 2025-11-28 23:12:02 +07:00 committed by GitHub
parent 974bcdfd0b
commit d0b1d29379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ class Settings(BaseModel):
email_verified: bool | None = None
git_user_name: str | None = None
git_user_email: str | None = None
v1_enabled: bool = False
v1_enabled: bool | None = None
model_config = ConfigDict(
validate_assignment=True,