Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clippy
Browse files Browse the repository at this point in the history
sandreae committed Jun 14, 2024
1 parent 1ab4e97 commit 24bda88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/replication/strategies/log_height.rs
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ impl LogHeightStrategy {
// Retrieve ids for all documents in the store which follow a certain schema id. The result will
// include the id for documents which were deleted as we still want to replicate any tombstone
// operations.
let schema_document_ids = get_all_document_ids_for_schema(&store, &schema_id).await;
let schema_document_ids = get_all_document_ids_for_schema(store, schema_id).await;

let mut schema_blob_documents = vec![];

0 comments on commit 24bda88

Please sign in to comment.