Skip to content

Commit

Permalink
fix: fix #156 for web
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t committed Aug 9, 2024
1 parent 187e3ae commit 0d78deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pub fn hero_meta() -> Meta {
r#type: Some("show".to_string()),
fields: vec![
"title".to_string(),
"originallyAvailableAt".to_string(),
"childCount".to_string(),
],
},
DisplayField {
Expand Down

0 comments on commit 0d78deb

Please sign in to comment.