Skip to content

Commit

Permalink
fix : 버그 수정 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 authored Aug 16, 2024
1 parent 0de1f90 commit 5d6fa93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class CategoryService(
val categories = categoriesSlice.content.map { category ->
val contentCount = contentPort.fetchContentCountByCategoryId(category.categoryId)
category.copy(contentCount = contentCount)
}.map { category ->
category.toCategoriesRespoonse()
}

Expand Down

0 comments on commit 5d6fa93

Please sign in to comment.