chore: clean code
This commit is contained in:
1 file changed
-2
@@ -74,8 +74,6 @@ class NiuziManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
suspend fun jijian(fromUser: Long, targetUser: Long): Pair<Boolean, Double> {
|
suspend fun jijian(fromUser: Long, targetUser: Long): Pair<Boolean, Double> {
|
||||||
val fromUserStatus = getUser(fromUser)!!
|
|
||||||
val targetUserStatus = getUser(targetUser)!!
|
|
||||||
val randomLength = Random.nextDouble(1.0, 10.0)
|
val randomLength = Random.nextDouble(1.0, 10.0)
|
||||||
val success = Random.nextBoolean()
|
val success = Random.nextBoolean()
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user