Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed May 6, 2023
1 parent da6bdd0 commit 7f4cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/game/src/main/GameRepo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ final class GameRepo(val coll: Coll)(using Executor):

def recentGamesFromSecondaryCursor(select: Bdoc = $empty) =
coll
.find(select.ppAs(lila.db.BSON.debug))
.find(select)
.sort(Query.sortCreated)
.cursor[Game](temporarilyPrimary)

Expand Down

0 comments on commit 7f4cea3

Please sign in to comment.