Update playban module

pull/7020/head
Cédric Chantepie 2020-07-19 16:13:08 +02:00
parent b926a281e8
commit f6a6ecd30f
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ final class PlaybanApi(
$inIds(userIds),
$doc("b" -> true)
)
.list[Bdoc]()
.cursor[Bdoc]()
.list()
.map {
_.flatMap { obj =>
obj.getAsOpt[User.ID]("_id") flatMap { id =>