Skip to content

Commit

Permalink
fix(services/importer): send correct details to the importer
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 8, 2024
1 parent 69d2a65 commit 1606cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/services/importer/src/strong_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async fn import_exercises(
exercise_name.clone(),
exercise::Model {
lot: exercise_lot,
id: generated_id.clone(),
name: exercise_name.clone(),
..Default::default()
},
);
Expand Down

0 comments on commit 1606cab

Please sign in to comment.