We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d0eb8 commit 7300044Copy full SHA for 7300044
core/data/src/main/java/com/youthtalk/repository/UserRepositoryImpl.kt
@@ -39,12 +39,6 @@ class UserRepositoryImpl @Inject constructor(
39
}
40
41
42
- override suspend fun blockUser(userId: Long): Result<Unit> {
43
- return createResult {
44
- userService.blockUser(userId)
45
- }
46
47
-
48
override fun getCategoryList(): Flow<List<Category>> = dataSource.getCategoryFilter()
49
50
override suspend fun setCategoryList(categories: List<Category>) {
0 commit comments