Skip to content

Commit

Permalink
Update milli/src/update/index_documents/extract/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Renault <clement@meilisearch.com>
  • Loading branch information
ManyTheFish and Kerollmops committed Feb 13, 2024
1 parent 55de96f commit e5e811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milli/src/update/index_documents/extract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ fn send_original_documents_data(
});

// TODO: create a custom internal error
drop(lmdb_writer_sx.send(Ok(TypedChunk::Documents(original_documents_chunk))));
let _ = lmdb_writer_sx.send(Ok(TypedChunk::Documents(original_documents_chunk)));
Ok(())
}

Expand Down

0 comments on commit e5e811e

Please sign in to comment.