saving
This commit is contained in:
parent
0aa1af7933
commit
5e728fc67b
5 changed files with 23 additions and 36 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue