Skip to content

Commit

Permalink
SB-276 (Fix) : ImageConverter ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyuung committed Aug 30, 2024
1 parent 0877fe1 commit 42cc366
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public ImageSet toImageSet(ImageEntity imageEntity) {
return ImageSet.builder()
.imageId(imageEntity.getId())
.caption(imageEntity.getCaption())
.kind(imageEntity.getKind())
.build();
}

Expand Down

0 comments on commit 42cc366

Please sign in to comment.