import the update_file_store in the index-scheduler

This commit is contained in:
Tamo 2022-09-13 19:28:39 +02:00 committed by Clément Renault
parent 215d318b53
commit 5dcd67c597
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
6 changed files with 5 additions and 277 deletions

View file

@ -13,7 +13,7 @@ use uuid::Uuid;
use super::error::{IndexError, Result};
use super::index::{Index, IndexMeta};
use crate::update_file_store::UpdateFileStore;
use file_store::UpdateFileStore;
fn serialize_with_wildcard<S>(
field: &Setting<Vec<String>>,