Skip to content

Commit 512080d

Browse files
committed
fix(json): don't use camelCase for featured articles
1 parent b44e294 commit 512080d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: crates/rari-doc/src/pages/json.rs

-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ pub struct JsonSPAPage {
723723
/// * `tag` - An `Option<Parent>` that holds an optional parent for the featured article, which is
724724
/// used for categorization.
725725
#[derive(Debug, Clone, Serialize, JsonSchema)]
726-
#[serde(rename_all = "camelCase")]
727726
pub struct HomePageFeaturedArticle {
728727
pub mdn_url: String,
729728
pub summary: String,

0 commit comments

Comments
 (0)