From 644b18cfd7ca009256e0e10eb80ed92405cf8857 Mon Sep 17 00:00:00 2001 From: prplV Date: Thu, 27 Feb 2025 12:59:32 +0300 Subject: [PATCH] api fix --- 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 3995621..140f212 100644 --- a/crates/integr-structs/src/api.rs +++ b/crates/integr-structs/src/api.rs @@ -238,7 +238,7 @@ pub mod v3 { pub struct MetricOutput { pub id : String, #[serde(rename = "type")] - json_type : String, + pub json_type : String, addr : String, pub value : Value, }