```val user = userId?.let { userCollection.findOne...
# kmongo
h
Copy code
val user = userId?.let { userCollection.findOneById(it) }