mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
bug(snapshot): Correctly open environments in snapshots
This commit is contained in:
committed by
Clémentine Urquizar
parent
ff6a7b6007
commit
4fbb83a34d
@ -17,6 +17,7 @@ use time::OffsetDateTime;
|
||||
pub use action::{actions, Action};
|
||||
use error::{AuthControllerError, Result};
|
||||
pub use key::Key;
|
||||
pub use store::open_auth_store_env;
|
||||
use store::HeedAuthStore;
|
||||
|
||||
#[derive(Clone)]
|
||||
|
Reference in New Issue
Block a user