Skip to content

Commit

Permalink
Add Vec History
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnstah committed Apr 7, 2024
1 parent b2c9b6a commit 99f2359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub struct CoinHistory {
pub png64: Option<String>,
pub webp64: Option<String>,
#[serde(rename = "allTimeHighUSD")]
pub history: Option<History>,
pub history: Option<Vec<History>>,
pub all_time_high_usd: Option<f64>,
pub code: Option<String>,
pub rate: Option<f64>,
Expand Down

0 comments on commit 99f2359

Please sign in to comment.