Skip to content

Commit

Permalink
Use Parameters::empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jun 13, 2024
1 parent c73bac2 commit 2bfed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/api/liveliness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ where
self.session
.query(
&self.key_expr?,
&Parameters::default(),
&Parameters::empty(),
&Some(KeyExpr::from(*KE_PREFIX_LIVELINESS)),
QueryTarget::DEFAULT,
QueryConsolidation::DEFAULT,
Expand Down

0 comments on commit 2bfed1a

Please sign in to comment.