mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix segment_analytics default_http_addr import
This commit is contained in:
parent
435778f328
commit
d1c10d6d68
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ use tokio::sync::mpsc::{self, Receiver, Sender};
|
|||
use uuid::Uuid;
|
||||
|
||||
use crate::analytics::Analytics;
|
||||
use crate::option::default_http_addr;
|
||||
use crate::routes::indexes::documents::UpdateDocumentsQuery;
|
||||
use crate::Opt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue