Skip to content

Commit

Permalink
Fix : 커밋 수정사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouon committed Feb 7, 2024
1 parent cd91cef commit 9510472
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public ResponseEntity<TagStatisticsWithDateResponseDTO> getTagStatistics(
return ResponseEntity.ok(tagStatistics);
}


@GetMapping("/tags/detail")
public ResponseEntity<TagDetailStatisticsResponseDTO> geDetailTagStatistics(
@RequestParam("memberId") Long memberId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import lombok.Getter;
import lombok.Setter;


@Getter
@Setter
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import java.util.List;
import java.util.Map;


@AllArgsConstructor
@Getter
@Setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public TagDetailStatisticsResponseDTO calculateTagDetailStatistics(Long memberId




/** 타입별로 나눠서 계산 */
private DateRangeDTO calculateDateRangeBasedOnType(String type, LocalDate date) {
return staticsType(type, date);
Expand Down

0 comments on commit 9510472

Please sign in to comment.