룰렛 정렬 순서 수정 #137
|
@ -55,7 +55,7 @@ class NewRouletteService(
|
|||
}
|
||||
}
|
||||
|
||||
return rouletteList.sortedWith(compareByDescending<NewRoulette> { it.isActive }.thenBy { it.id })
|
||||
return rouletteList.sortedBy { it.id }
|
||||
.asSequence()
|
||||
.map {
|
||||
GetNewRouletteResponse(
|
||||
|
|
Loading…
Reference in New Issue