diff --git a/src/main/java/shop/hooking/hooking/dto/response/CopyRes.java b/src/main/java/shop/hooking/hooking/dto/response/CopyRes.java index 88c243f..1691ecd 100644 --- a/src/main/java/shop/hooking/hooking/dto/response/CopyRes.java +++ b/src/main/java/shop/hooking/hooking/dto/response/CopyRes.java @@ -45,6 +45,7 @@ public CopyRes(Long id, Brand brand, String text, LocalDateTime createdAt) { this.createdAt = createdAt; } + //왜안됨..? @Override public int compareTo(CopyRes other) { return other.scrapTime.compareTo(this.scrapTime); // 역순으로 정렬