Skip to content

Commit

Permalink
refactor: println 구문 삭제(#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 30, 2024
1 parent 76cde35 commit f0ef521
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ExperienceGetService(
val bookmarkExperienceIds =
bookMarkReader.readByBookmarkStatusAndExperienceIds(experiencesIds, BookmarkStatus.ON)
.map { it.experienceId }
println(bookmarkExperienceIds)

val bookmarkExperienceDetails = searchExperiences.map {
when {
it.id in bookmarkExperienceIds -> createBookmarkExperienceDetailResponse(it, BookmarkStatus.ON)
Expand Down Expand Up @@ -249,7 +249,6 @@ class ExperienceGetService(
private fun convertStrongPoints(strongPoints: List<ExperienceStrongPoint>) : List<GetExperience.DetailStrongPoint> {
val strongPointIds = strongPoints.map { it.strongPointId }
val defaultStrongPoints = keywordReader.readByIds(strongPointIds)
println(defaultStrongPoints)
val targetStrongPointIds = strongPointIds.union(defaultStrongPoints.map { it.id }).toList()

val customStrongPointDetails = strongPointReader.readByIds(targetStrongPointIds).map { strongPoint ->
Expand Down
Binary file added Support-Module/Jwt/.jqwik-database
Binary file not shown.
Binary file added Support-Module/cache/.jqwik-database
Binary file not shown.
Binary file added Support-Module/lock/.jqwik-database
Binary file not shown.

0 comments on commit f0ef521

Please sign in to comment.