Skip to content

Commit

Permalink
Update src/net/telemetry.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jördens <[email protected]>
  • Loading branch information
ryan-summers and jordens authored Dec 5, 2023
1 parent ea14edf commit 20908a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl<T: Serialize> TelemetryClient<T> {
} = self;

let mut topic = self.prefix.clone();
topic.push_str("/alive/meta").unwrap();
topic.push_str("/meta").unwrap();

if mqtt
.client()
Expand Down

0 comments on commit 20908a6

Please sign in to comment.