You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Workout.StartDate filter: Workout has no DateRange, use StartDate (Instant)
Both Record.StartDate and Workout.StartDate are NodaTime.Instant — confirmed
from HealthKitData source. Previous fix incorrectly used w.DateRange.Start
(DateRange property doesn't exist on Workout).
https://claude.ai/code/session_01GwHuC47PH81Zw3EUfgkrYN
0 commit comments