Skip to content

Commit

Permalink
fix glucos request field
Browse files Browse the repository at this point in the history
  • Loading branch information
sedyn committed Nov 6, 2023
1 parent 5acb9e0 commit 2f9ad59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ where

#[derive(Serialize)]
struct GetLatestGlucoseValuesRequest<'a> {
#[serde(rename = "sessionId")]
session_id: &'a str,
// fixed as 10
minutes: u32,
Expand Down

0 comments on commit 2f9ad59

Please sign in to comment.