탐색 - 인기 급상승 제거, 인기 크리에이터 섹션 추가 #42

Merged
klaus merged 3 commits from test into main 2023-10-13 15:41:25 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d561ad6d41 - Show all commits

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)