Skip to content

Commit

Permalink
feat(services/importer): also import the set rpe
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 11, 2024
1 parent 9f6eb19 commit b4efc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/services/importer/src/hevy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ pub async fn import(
_ => SetLot::Normal,
};
collected_sets.push(UserWorkoutSetRecord {
rpe: None,
note: None,
lot: set_lot,
rpe: set.rpe,
rest_time: None,
confirmed_at: None,
statistic: WorkoutSetStatistic {
Expand Down

0 comments on commit b4efc46

Please sign in to comment.