Skip to content

Commit

Permalink
make commited update fields pub (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored Jun 17, 2024
1 parent cb04b03 commit 6e212e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helium-lib/src/hotspot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,9 +871,9 @@ pub enum HotspotInfo {
#[derive(Debug, Serialize, Clone)]
#[serde(rename_all = "lowercase")]
pub struct CommittedHotspotInfoUpdate {
timestamp: chrono::DateTime<Utc>,
signature: String,
update: HotspotInfoUpdate,
pub timestamp: chrono::DateTime<Utc>,
pub signature: String,
pub update: HotspotInfoUpdate,
}

#[derive(Debug, Serialize, Clone)]
Expand Down

0 comments on commit 6e212e2

Please sign in to comment.