mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	processing::Nothing return BatchContent::Empty instead of panic
This commit is contained in:
		| @@ -158,7 +158,7 @@ impl TaskStore { | ||||
|                     debug_assert!(matches!(task.content, TaskContent::Dump { .. })); | ||||
|                     BatchContent::Dump(task) | ||||
|                 } | ||||
|                 Processing::Nothing => unreachable!(), | ||||
|                 Processing::Nothing => BatchContent::Empty, | ||||
|             }; | ||||
|  | ||||
|             Ok((processing, content)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user