We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9be449 commit c261ef4Copy full SHA for c261ef4
src/structs.rs
@@ -609,7 +609,7 @@ impl TxPk {
609
.unwrap_or_default(),
610
};
611
612
- return Ok(chirpstack_api::gw::DownlinkFrame {
+ Ok(chirpstack_api::gw::DownlinkFrame {
613
downlink_id,
614
gateway_id: hex::encode(gateway_id),
615
items: vec![chirpstack_api::gw::DownlinkFrameItem {
@@ -623,7 +623,7 @@ impl TxPk {
623
..Default::default()
624
}],
625
626
- });
+ })
627
}
628
629
0 commit comments