Skip to content

Commit

Permalink
removed unneeded todo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Nov 25, 2024
1 parent 31a1f9b commit 349c03f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/rs-drive/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1503,9 +1503,6 @@ impl<'a> DriveDocumentQuery<'a> {
/// here the * denotes the area needing a conditional
/// We need a conditional subquery on Ford to say only things after Ford (with Ford included)
/// We need a conditional subquery on Escape to say only things after Escape (with Escape included)
///
/// The index property used to identify the document within its type.
/// This helps in determining the position of the document in query results.
fn recursive_insert_on_query(
query: &mut Query,
left_over_index_properties: &[&IndexProperty],
Expand Down Expand Up @@ -1763,7 +1760,7 @@ impl<'a> DriveDocumentQuery<'a> {

DriveDocumentQuery::recursive_conditional_insert_on_query(
&mut non_conditional_query,
lower_start_at_key, //todo
lower_start_at_key,
left_over,
unique,
starts_at_document,
Expand Down

0 comments on commit 349c03f

Please sign in to comment.