File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ const stravaActivityStatOptions: Array<SelectableValue<StravaActivityStat>> = [
28
28
{ value : StravaActivityStat . MovingTime , label : 'Moving Time' } ,
29
29
{ value : StravaActivityStat . ElevationGain , label : 'Elevation Gain' } ,
30
30
{ value : StravaActivityStat . AveragePower , label : 'Average Power' } ,
31
+ { value : StravaActivityStat . AverageHeartRate , label : 'Average Heart Rate' } ,
31
32
] ;
32
33
33
34
const stravaActivityTypeOptions : Array < SelectableValue < StravaActivityType > > = [
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export enum StravaActivityStat {
48
48
ElapsedTime = 'elapsed_time' ,
49
49
ElevationGain = 'total_elevation_gain' ,
50
50
AveragePower = 'average_watts' ,
51
+ AverageHeartRate = 'average_heartrate' ,
51
52
}
52
53
53
54
export type StravaActivityType = string | null ;
You can’t perform that action at this time.
0 commit comments