mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		| @@ -100,7 +100,7 @@ class ChapterRepositoryImpl( | ||||
|         return handler.awaitList { chaptersQueries.getChaptersByMangaId(mangaId, chapterMapper) } | ||||
|     } | ||||
|  | ||||
|     override suspend fun getChapterByMangaIdFlow(mangaId: Long): Flow<List<Chapter>> { | ||||
|     override suspend fun getChapterByMangaIdAsFlow(mangaId: Long): Flow<List<Chapter>> { | ||||
|         return handler.subscribeToList { chaptersQueries.getChaptersByMangaId(mangaId, chapterMapper) } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user