From c33dc61d9181fd8d7a4cb9b094a9d74ad56ae7d3 Mon Sep 17 00:00:00 2001 From: Younes Khoudli Date: Mon, 20 Jan 2025 18:22:40 +0100 Subject: [PATCH] editoast: stdcm: stop awaiting the log entry creation --- editoast/src/views/timetable/stdcm.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editoast/src/views/timetable/stdcm.rs b/editoast/src/views/timetable/stdcm.rs index b1d05c44536..cbdda9e905f 100644 --- a/editoast/src/views/timetable/stdcm.rs +++ b/editoast/src/views/timetable/stdcm.rs @@ -362,8 +362,7 @@ async fn stdcm( user_id, ) .in_current_span(), - ) - .await; + ); } // 7. Handle STDCM Core Response