Skip to content

Commit

Permalink
style: todo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonyj1022 committed Sep 22, 2023
1 parent e586607 commit 9ccd624
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public record AuctionAndImageQueryProjectionDto(Auction auction, AuctionImage au
public AuctionAndImageQueryProjectionDto {
}

// TODO: 2023/09/22 dto이름 정해지면 명확한 dto이름으로 바꾸기
public AuctionAndImageDto toDto() {
return new AuctionAndImageDto(this.auction, this.auctionImage);
}
Expand Down

0 comments on commit 9ccd624

Please sign in to comment.