Skip to content

Commit 0d78deb

Browse files
committed
fix: fix #156 for web
1 parent 187e3ae commit 0d78deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ pub fn hero_meta() -> Meta {
235235
r#type: Some("show".to_string()),
236236
fields: vec![
237237
"title".to_string(),
238-
"originallyAvailableAt".to_string(),
238+
"childCount".to_string(),
239239
],
240240
},
241241
DisplayField {

0 commit comments

Comments
 (0)