Skip to content

Commit

Permalink
REFACT :: ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed May 4, 2024
1 parent 146ba1c commit 6c2bc19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class ReadTodayRoutineService(
val user = readCurrentUserPort.readCurrentUser()

val routines = readRoutinePort.readByUserIdAndDayOfWeekAndIsArchivedFalse(
user.id!!, LocalDate.now().dayOfWeek
user.id!!,
LocalDate.now().dayOfWeek
)

if (routines.isEmpty()) {
Expand Down

0 comments on commit 6c2bc19

Please sign in to comment.