[fix](trx-core): avoid APRS JSON type collision

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 19:21:07 +01:00
parent 88ccc7ab81
commit 8811aa59ee
-1
View File
@@ -22,7 +22,6 @@ pub struct AprsPacket {
pub dest_call: String,
pub path: String,
pub info: String,
#[serde(rename = "type")]
pub packet_type: String,
pub crc_ok: bool,
#[serde(skip_serializing_if = "Option::is_none")]