Compare commits

..

No commits in common. "b2fc75edb873ce9260b77b39f08ce192ae95ee97" and "a999dd2085c0b3bd3322ee8d496676bc13f3f3df" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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