mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Release unecessary ownership.
This commit is contained in:
		| @@ -208,7 +208,7 @@ impl V5IndexReader { | |||||||
|         for line in tasks.lines() { |         for line in tasks.lines() { | ||||||
|             let task: Task = serde_json::from_str(&line?)?; |             let task: Task = serde_json::from_str(&line?)?; | ||||||
|  |  | ||||||
|             if task.index_uid().unwrap_or_default().to_string() == name { |             if *task.index_uid().unwrap_or_default().to_string() == name { | ||||||
|                 if updated_at.is_none() { |                 if updated_at.is_none() { | ||||||
|                     updated_at = task.updated_at() |                     updated_at = task.updated_at() | ||||||
|                 } |                 } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user