From 9c314387fc94dd717fc5fdf6d0364088c6db4778 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 12 Jun 2026 18:56:34 +0530 Subject: [PATCH] chore: update comment --- api/routes/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/routes/user.py b/api/routes/user.py index 5ed8b45c..7d7f4c36 100644 --- a/api/routes/user.py +++ b/api/routes/user.py @@ -92,7 +92,7 @@ class UserConfigurationRequestResponseSchema(BaseModel): test_phone_number: str | None = None timezone: str | None = None organization_pricing: dict[str, Union[float, str, bool]] | None = None - # Post-signup onboarding gate (see UserConfiguration). Set once on submit/skip. + # Post-signup onboarding gate. Set once on submit/skip. onboarding_completed_at: datetime | None = None onboarding_skipped: bool | None = None