Skip to content

Commit

Permalink
Update plugins/zenoh-plugin-storage-manager/src/replica/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Perez <[email protected]>
  • Loading branch information
Mallets and wyfo authored Apr 25, 2024
1 parent d56269c commit 8f3de09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ impl StorageService {
// with `_time=[..]` to get historical data (in case of time-series)
let replies = match self
.session
.get(Selector::new(KeyExpr::from(&self.key_expr), "_time=[..]"))
.get(Selector::new(&self.key_expr, "_time=[..]"))
.target(QueryTarget::All)
.consolidation(ConsolidationMode::None)
.res()
Expand Down

0 comments on commit 8f3de09

Please sign in to comment.