Skip to content

Commit 7300044

Browse files
committed
Compose : 2.2.0에서 발생하던 에러수정
1 parent 93d0eb8 commit 7300044

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/data/src/main/java/com/youthtalk/repository/UserRepositoryImpl.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ class UserRepositoryImpl @Inject constructor(
3939
}
4040
}
4141

42-
override suspend fun blockUser(userId: Long): Result<Unit> {
43-
return createResult {
44-
userService.blockUser(userId)
45-
}
46-
}
47-
4842
override fun getCategoryList(): Flow<List<Category>> = dataSource.getCategoryFilter()
4943

5044
override suspend fun setCategoryList(categories: List<Category>) {

0 commit comments

Comments
 (0)