Closed PawelBijok closed 3 months ago
HealthWorkoutActivityType.other
Currently there is no fallback when no HealthWorkoutActivityType matches the dataPoint['workoutActivityType'] and package throws error.
HealthWorkoutActivityType
dataPoint['workoutActivityType']
Fixes #1015
Changes:
HealthWorkoutActivityType.other
to the activity type when no match is foundReason:
Currently there is no fallback when no
HealthWorkoutActivityType
matches thedataPoint['workoutActivityType']
and package throws error.Issue:
Fixes #1015