mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fixes after review
This commit is contained in:
parent
698a1ea582
commit
ae1655586c
9 changed files with 56 additions and 89 deletions
|
@ -34,8 +34,4 @@ pub enum UpdateMsg<D> {
|
|||
path: PathBuf,
|
||||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
IsLocked {
|
||||
uuid: Uuid,
|
||||
ret: oneshot::Sender<Result<bool>>,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue