Skip to content

Commit

Permalink
FEAT: 마이페이지 조회 시 사용하지 않는 연장권 정보 제거
Browse files Browse the repository at this point in the history
상점 기능 도입 후 마이페이지에서 사용하지 않는 정보 LentExtensionResponseDto 필드 제거
  • Loading branch information
saewoo1 committed Jan 14, 2025
1 parent cf5df83 commit 83fed6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class MyProfileResponseDto {
private final String date = LocalDateTime.now().format(
DateTimeFormatter.ofPattern("EEE, dd MMM yyyy HH:mm:ss 'KST'", Locale.US)
);
private final LentExtensionResponseDto lentExtensionResponseDto;
private final AlarmTypeResponseDto alarmTypes;
private final Boolean isDeviceTokenExpired;
private final Long coins;
Expand Down

0 comments on commit 83fed6f

Please sign in to comment.