Skip to content

Commit

Permalink
Male spotless happy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Nov 19, 2023
1 parent 200ad30 commit b45595c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DiscoverStateMachine(
discoverRepository.observeShowCategory(Category.ANTICIPATED),
discoverRepository.observeShowCategory(Category.RECOMMENDED),
showImagesRepository.updateShowArtWork(),
) { trending, popular, anticipated, recommended, _->
) { trending, popular, anticipated, recommended, _ ->
DataLoaded(
trendingShows = trending.getOrNull().toTvShowList(),
popularShows = popular.getOrNull().toTvShowList(),
Expand Down

0 comments on commit b45595c

Please sign in to comment.