룰렛 정렬 순서 수정
- id 순서대로 정렬
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user