Merge pull request '룰렛 정렬 순서 수정' (#137) from test into main

Reviewed-on: #137
This commit is contained in:
klaus 2024-02-27 17:29:36 +00:00
commit b2fc75edb8
1 changed files with 1 additions and 1 deletions

View File

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