From 2adb706a696ae9a8efc33bdc74c19c85638a1407 Mon Sep 17 00:00:00 2001 From: prplV Date: Thu, 27 Feb 2025 12:59:56 +0300 Subject: [PATCH] api fix #2 --- crates/integr-structs/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/integr-structs/src/api.rs b/crates/integr-structs/src/api.rs index 140f212..0c646f8 100644 --- a/crates/integr-structs/src/api.rs +++ b/crates/integr-structs/src/api.rs @@ -239,7 +239,7 @@ pub mod v3 { pub id : String, #[serde(rename = "type")] pub json_type : String, - addr : String, + pub addr : String, pub value : Value, } impl MetricOutput {