Skip to content

Commit

Permalink
Merge pull request #195 from Troth-Cam/fix/product
Browse files Browse the repository at this point in the history
fix(#125) : 보유중인 인증서 반환 타입 수정
  • Loading branch information
aeeazip authored Aug 21, 2023
2 parents a70698d + ff9e25b commit 8cfa6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/trothly/trothcam/dto/web/ProductsResDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ProductsResDto<T> {

private Long productId;
private String title;
private String ownerWebToken;
private String ownerToken;
private LocalDateTime soldAt;
private Long price;
private boolean isLiked;
Expand Down

0 comments on commit 8cfa6ea

Please sign in to comment.