parent
95717824c6
commit
eb552f01f0
|
@ -55,6 +55,9 @@ class NewRouletteService(
|
||||||
}
|
}
|
||||||
|
|
||||||
rouletteList.sortedBy { it.id }
|
rouletteList.sortedBy { it.id }
|
||||||
|
|
||||||
|
println(rouletteList)
|
||||||
|
|
||||||
return rouletteList.asSequence()
|
return rouletteList.asSequence()
|
||||||
.map {
|
.map {
|
||||||
GetNewRouletteResponse(
|
GetNewRouletteResponse(
|
||||||
|
|
Loading…
Reference in New Issue