[2026-06-02] eagle: work/projects/ios-onboarding-duck-ai-query-experiment-overrides.md

This commit is contained in:
Alexey Martemyanov
2026-06-02 18:12:02 +06:00
parent 3cc90d4634
commit 8d28d85361
@@ -89,7 +89,7 @@ The production guard requires `isReturningUser: true`. Since we reset `hasSeenOn
// Production (commented out): // Production (commented out):
// guard case .introDialog(isReturningUser: true) = introSteps.first, // guard case .introDialog(isReturningUser: true) = introSteps.first,
// Override: // Override:
guard case .introDialog = introSteps.first, guard case .renderable(.introDialog(_)) = introSteps.first,
``` ```
--- ---