Update bookmark module

pull/7020/head
Cédric Chantepie 2020-07-19 15:57:22 +02:00
parent 8c954898af
commit 524b53bb89
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ final class PaginatorBuilder(
.find(selector, $doc("g" -> true).some)
.sort(sorting)
.skip(offset)
.list[Bdoc](length) dmap { _ flatMap { _ string "g" } }
.cursor[Bdoc]()
.list(length) dmap { _ flatMap { _ string "g" } }
games <- gameRepo gamesFromSecondary gameIds
} yield games map { g =>
Bookmark(g, user)