Skip to content

Commit 1af7a52

Browse files
committed
fix typo
1 parent 7a08482 commit 1af7a52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/events/src/routes/podcasts.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function RouteComponent() {
7474
},
7575
space: space,
7676
include: {
77-
hostedPostcasts: {},
77+
hostedPodcasts: {},
7878
hostedEpisodes: {},
7979
},
8080
});

apps/events/src/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,14 +363,14 @@ export const PodcastHostTest = Entity.Schema(
363363
export 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
},

0 commit comments

Comments
 (0)