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 7592f96 commit 2f8597bCopy full SHA for 2f8597b
src/models/curseforge/entities.rs
@@ -16,7 +16,7 @@ pub struct Category {
16
pub slug: Option<String>,
17
pub url: String,
18
#[serde(rename = "iconUrl")]
19
- pub icon_url: String,
+ pub icon_url: Option<String>,
20
#[serde(
21
rename = "dateModified",
22
deserialize_with = "chrono_datetime_as_bson_datetime::deserialize"
src/models/curseforge/responses.rs
@@ -13,7 +13,7 @@ pub struct Category {
13
pub game_id: i32,
14
pub name: String,
15
- pub url: String,
+ pub url: Option<String>,
pub icon_url: String,
#[serde(rename = "dateModified")]
0 commit comments