Skip to content

Commit

Permalink
ddj
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu committed Sep 25, 2024
1 parent 0b8fe7d commit bae03a5
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 PhotoBookService(
}
}

println("photo: ${input.photos}")
val filteredPhoto = photos.filter {
it.location?.city == "경기도" || it.location?.city?.contains("경기") == true
}
Expand Down

0 comments on commit bae03a5

Please sign in to comment.