Skip to content

Commit

Permalink
Merge pull request #12 from AWS-CV-Project-3355/feat/#7-photo-input
Browse files Browse the repository at this point in the history
[Update] DiecastUuid
  • Loading branch information
melitina915 authored Nov 26, 2024
2 parents 39bba7a + 540832b commit 0b07b21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static DiecastResponseDTO.SavePhotoResultDTO toSavePhotoResultDTO(Photo p
.photoNgtype(photo.getPhotoNgtype())
.photoCroplt(photo.getPhotoCroplt())
.photoCroprb(photo.getPhotoCroprb())
.diecastUuid(photo.getDiecast().getDiecastUuid())
.build();
}

Expand Down

0 comments on commit 0b07b21

Please sign in to comment.