Skip to content

Commit

Permalink
Merge pull request #389 from NDLANO/fix-image-fetch
Browse files Browse the repository at this point in the history
Cant resolve image on base type
  • Loading branch information
gunnarvelle authored Nov 14, 2023
2 parents e8557c7 + 6f30ef0 commit 061431b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/resolvers/podcastResolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export const resolvers = {
}));
return await fetchResourceEmbeds({ resources: embeds }, context);
},
},
PodcastSeriesBase: {
async image(
podcastSeries: ISeries,
_: any,
Expand Down

0 comments on commit 061431b

Please sign in to comment.