We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72010a commit 18ea890Copy full SHA for 18ea890
modules/puzzle/src/main/PuzzleActivity.scala
@@ -7,12 +7,7 @@ import reactivemongo.akkastream.cursorProducer
7
import lila.common.Json.given
8
import lila.db.dsl.{ *, given }
9
10
-final class PuzzleActivity(
11
- colls: PuzzleColls
12
-)(using
13
- ec: Executor,
14
- system: akka.actor.ActorSystem
15
-):
+final class PuzzleActivity(colls: PuzzleColls)(using Executor, akka.actor.ActorSystem):
16
17
import PuzzleActivity.*
18
import BsonHandlers.given
0 commit comments