Skip to content

Commit 7648cdd

Browse files
committed
Fix default scope for settings QueryOptions in Rust API
1 parent 81a5c89 commit 7648cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ impl Default for QueryOptions<'_> {
705705
fn default() -> Self {
706706
Self {
707707
view: None,
708-
scope: SettingsScope::SettingsDefaultScope,
708+
scope: SettingsScope::SettingsAutoScope,
709709
function: None,
710710
}
711711
}

0 commit comments

Comments
 (0)