File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function RouteComponent() {
7474 } ,
7575 space : space ,
7676 include : {
77- hostedPostcasts : { } ,
77+ hostedPodcasts : { } ,
7878 hostedEpisodes : { } ,
7979 } ,
8080 } ) ;
Original file line number Diff line number Diff line change @@ -363,14 +363,14 @@ export const PodcastHostTest = Entity.Schema(
363363export const PersonHostTest = Entity . Schema (
364364 {
365365 name : Type . String ,
366- hostedPostcasts : Type . Backlink ( PodcastHostTest ) ,
366+ hostedPodcasts : Type . Backlink ( PodcastHostTest ) ,
367367 hostedEpisodes : Type . Backlink ( EpisodeHostTest ) ,
368368 } ,
369369 {
370370 types : [ Id ( '7ed45f2b-c48b-419e-8e46-64d5ff680b0d' ) ] ,
371371 properties : {
372372 name : Id ( SystemIds . NAME_PROPERTY ) ,
373- hostedPostcasts : Id ( 'c72d9abb-bca8-4e86-b7e8-b71e91d2b37e' ) ,
373+ hostedPodcasts : Id ( 'c72d9abb-bca8-4e86-b7e8-b71e91d2b37e' ) ,
374374 hostedEpisodes : Id ( 'c72d9abb-bca8-4e86-b7e8-b71e91d2b37e' ) ,
375375 } ,
376376 } ,
You can’t perform that action at this time.
0 commit comments