From 1606cab0f242938769decd1aed694abc6b408065 Mon Sep 17 00:00:00 2001 From: Diptesh Choudhuri Date: Sun, 8 Dec 2024 15:47:53 +0530 Subject: [PATCH] fix(services/importer): send correct details to the importer --- crates/services/importer/src/strong_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/services/importer/src/strong_app.rs b/crates/services/importer/src/strong_app.rs index d552e8e8c1..12bd882e45 100644 --- a/crates/services/importer/src/strong_app.rs +++ b/crates/services/importer/src/strong_app.rs @@ -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() }, );