This commit is contained in:
2023-09-17 19:00:22 +02:00
parent f662f4fb12
commit 4f9a68fdf0
4 changed files with 125 additions and 54 deletions

View File

@@ -441,7 +441,7 @@ pub async fn trip(
&ctx,
&state.database_pool,
&todos::Filter { trip_id: id },
delete_todo,
components::trips::todos::Id(delete_todo),
)
.await?;