Skip to content

Commit 15ebeb6

Browse files
committed
fix: try DriveDocumentQuery from DocumentQuery start field
1 parent cfd9c4d commit 15ebeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rs-sdk/src/platform/document_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ impl<'a> TryFrom<&'a DocumentQuery> for DriveDocumentQuery<'a> {
342342
after.len(),
343343
))
344344
})?),
345-
true,
345+
false,
346346
),
347347
};
348348

0 commit comments

Comments
 (0)