Skip to content

Commit

Permalink
fix: try DriveDocumentQuery from DocumentQuery start field (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldelucia authored Dec 27, 2024
1 parent cfd9c4d commit 6d637fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-sdk/src/platform/document_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ impl<'a> TryFrom<&'a DocumentQuery> for DriveDocumentQuery<'a> {
after.len(),
))
})?),
true,
false,
),
};

Expand Down

0 comments on commit 6d637fe

Please sign in to comment.