Merge branch 'release/v23.3.2'
This commit is contained in:
@@ -219,7 +219,7 @@ class IntervalsIntegration(SyncIntegration):
|
|||||||
|
|
||||||
thetype = mytypes.intervalsmapping[workout.workouttype]
|
thetype = mytypes.intervalsmapping[workout.workouttype]
|
||||||
jsondict = {'type': thetype}
|
jsondict = {'type': thetype}
|
||||||
subtype = w.sub_type
|
subtype = workout.sub_type
|
||||||
if subtype:
|
if subtype:
|
||||||
jsondict['sub_type'] = subtype
|
jsondict['sub_type'] = subtype
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user