탐색 인기 크리에이터 섹션 - 날짜 수정

This commit is contained in:
Klaus 2023-10-14 00:31:47 +09:00
parent a7fc89cf40
commit d561ad6d41
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ExplorerService(
val currentDateTime = LocalDateTime.now()
val lastMonday = currentDateTime
.minusWeeks(1)
.with(TemporalAdjusters.previousOrSame(DayOfWeek.SUNDAY))
.with(TemporalAdjusters.previousOrSame(DayOfWeek.MONDAY))
val lastSunday = lastMonday
.plusDays(6)