mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Private repo val
This commit is contained in:
parent
893af9bd73
commit
28e551de36
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package yokai.domain.category.interactor
|
|||
import yokai.domain.category.CategoryRepository
|
||||
|
||||
class GetCategories(
|
||||
val categoryRepository: CategoryRepository,
|
||||
private val categoryRepository: CategoryRepository,
|
||||
) {
|
||||
suspend fun await() = categoryRepository.getAll()
|
||||
fun subscribe() = categoryRepository.getAllAsFlow()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue