룰렛 정렬 순서 수정 #137

Merged
klaus merged 1 commits from test into main 2024-02-27 17:29:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 72b48e136f - Show all commits

View File

@ -55,7 +55,7 @@ class NewRouletteService(
}
}
return rouletteList.sortedWith(compareByDescending<NewRoulette> { it.isActive }.thenBy { it.id })
return rouletteList.sortedBy { it.id }
.asSequence()
.map {
GetNewRouletteResponse(