This commit is contained in:
2023-09-17 22:54:59 +02:00
parent 903219a7d2
commit e0f14f0b9e
2 changed files with 11 additions and 5 deletions

View File

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