Typo.
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ async fn delete_variant_route(
|
|||||||
State(pool): State<PgPool>,
|
State(pool): State<PgPool>,
|
||||||
Path(variant_id): Path<i64>,
|
Path(variant_id): Path<i64>,
|
||||||
) -> StatusCode {
|
) -> StatusCode {
|
||||||
info!("Update variant");
|
info!("Delete variant");
|
||||||
|
|
||||||
let delete_variant_result = delete_variant(variant_id, pool).await;
|
let delete_variant_result = delete_variant(variant_id, pool).await;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user