[][src]Function comment_app_backend::handlers::delete_downvote

pub async fn delete_downvote(
    comment_id: String,
    user_id: String,
    db_conn: Arc<Mutex<Connection>>
) -> Result<impl Reply, Infallible>