Private
Public Access
1
0

Merge branch 'release/v23.3.2'

This commit is contained in:
2025-02-22 12:17:48 +01:00

View File

@@ -219,7 +219,7 @@ class IntervalsIntegration(SyncIntegration):
thetype = mytypes.intervalsmapping[workout.workouttype]
jsondict = {'type': thetype}
subtype = w.sub_type
subtype = workout.sub_type
if subtype:
jsondict['sub_type'] = subtype