This commit is contained in:
Igor Katson 2023-11-24 12:47:33 +00:00
parent 0aa1af7933
commit 5e728fc67b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 23 additions and 36 deletions

View file

@ -1,4 +1,4 @@
use anyhow::{bail, Context};
use anyhow::{Context};
use axum::body::Bytes;
use axum::extract::{Path, Query, State};
use axum::response::IntoResponse;
@ -472,7 +472,7 @@ impl ApiInternal {
})
}
fn api_dump_haves(&self, idx: usize) -> Result<String> {
fn api_dump_haves(&self, _idx: usize) -> Result<String> {
Err(anyhow::anyhow!("not implemented").into())
// let mgr = self.mgr_handle(idx)?;
// Ok(format!(