Skip to content

Commit

Permalink
refact : 코드 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeongdong committed Aug 13, 2024
1 parent 7d3b695 commit 76026fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public SamplePhotoUploadInfo uploadSamplePhotoList(UploadSamplePhotoRequest requ
.toList();

List<String> samplePhotoNameList = samplePhotoList.stream()
.map(samplePhoto -> samplePhoto.getName())
.map(SamplePhoto::getName)
.toList();

// Elasticsearch에 sample_face_vector를 저장하기 위한 트리거 실행
Expand Down

0 comments on commit 76026fb

Please sign in to comment.