diff --git a/presentation/discover/src/commonMain/kotlin/com/thomaskioko/tvmaniac/presentation/discover/DiscoverStateMachine.kt b/presentation/discover/src/commonMain/kotlin/com/thomaskioko/tvmaniac/presentation/discover/DiscoverStateMachine.kt index 8628a9d4a..e9eb1fac5 100644 --- a/presentation/discover/src/commonMain/kotlin/com/thomaskioko/tvmaniac/presentation/discover/DiscoverStateMachine.kt +++ b/presentation/discover/src/commonMain/kotlin/com/thomaskioko/tvmaniac/presentation/discover/DiscoverStateMachine.kt @@ -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(),