mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Fix invalid import of tasks types
This commit is contained in:
		
				
					committed by
					
						 Clément Renault
						Clément Renault
					
				
			
			
				
	
			
			
			
						parent
						
							7034803712
						
					
				
				
					commit
					2c24c7d403
				
			| @@ -3,13 +3,10 @@ use meilisearch_types::heed::{ | ||||
|     Database, RoTxn, | ||||
| }; | ||||
| use meilisearch_types::milli::{RoaringBitmapCodec, BEU32}; | ||||
| use meilisearch_types::tasks::{Details, Task}; | ||||
| use roaring::RoaringBitmap; | ||||
|  | ||||
| use crate::{ | ||||
|     index_mapper::IndexMapper, | ||||
|     task::{Details, Task}, | ||||
|     IndexScheduler, Kind, Status, | ||||
| }; | ||||
| use crate::{index_mapper::IndexMapper, IndexScheduler, Kind, Status}; | ||||
|  | ||||
| pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String { | ||||
|     let IndexScheduler { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user