mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 04:11:07 +00:00
WIP
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ impl Node {
|
||||
if let Ok(stringified) = serde_json::from_str::<String>(json) {
|
||||
Some(stringified.into())
|
||||
} else {
|
||||
Some(json.into())
|
||||
Some(json.to_owned().into())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user