Skip to content

Commit

Permalink
fix(#125) : 보유중인 인증서 반환 타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
aeeazip committed Aug 21, 2023
1 parent 9aed5bd commit ff9e25b
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 ff9e25b

Please sign in to comment.