mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
fix httpui
This commit is contained in:
parent
3b60432687
commit
8f43698a60
2 changed files with 3 additions and 3 deletions
|
@ -382,7 +382,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
});
|
||||
|
||||
match result {
|
||||
Ok(()) => wtxn.commit().map_err(Into::into),
|
||||
Ok(_) => wtxn.commit().map_err(Into::into),
|
||||
Err(e) => Err(e.into())
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue