Compare commits
2 Commits
a999dd2085
...
b2fc75edb8
| Author | SHA1 | Date | |
|---|---|---|---|
| b2fc75edb8 | |||
| 72b48e136f |
@@ -55,7 +55,7 @@ class NewRouletteService(
|
||||
}
|
||||
}
|
||||
|
||||
return rouletteList.sortedWith(compareByDescending<NewRoulette> { it.isActive }.thenBy { it.id })
|
||||
return rouletteList.sortedBy { it.id }
|
||||
.asSequence()
|
||||
.map {
|
||||
GetNewRouletteResponse(
|
||||
|
||||
Reference in New Issue
Block a user