Skip to content

Commit

Permalink
editoast: stdcm: stop awaiting the log entry creation
Browse files Browse the repository at this point in the history
Signed-off-by: Younes Khoudli <younes.khoudli@epita.fr>
  • Loading branch information
Khoyo committed Jan 20, 2025
1 parent b828d20 commit e001ec7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editoast/src/views/timetable/stdcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ async fn stdcm(
user_id,
)
.in_current_span(),
)
.await;
);
}

// 7. Handle STDCM Core Response
Expand Down

0 comments on commit e001ec7

Please sign in to comment.