Skip to content

Commit

Permalink
fix: 모아보기 폴더 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sectionr0 committed Jul 24, 2023
1 parent 2ce9c42 commit 009d485
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class BookmarkService(
val bookmarkType = BookmarkType.valueOf(bookmarkType)
val bookmarkFolderResponseList =
bookmarkRepository.findAllByAccountAndBookmarkTypeAndVisibilityTrue(currentAccount, bookmarkType)
.filter { it.folderName != "모아보기" }
.map { BookmarkFolderResponse(it) }
return BookmarkFolderListResponse(bookmarkFolderResponseList)
}
Expand Down

0 comments on commit 009d485

Please sign in to comment.