Skip to content

Commit

Permalink
eagerly instanciate the challenge socket
Browse files Browse the repository at this point in the history
to make mobile local dev more predictible
  • Loading branch information
ornicar committed Jun 20, 2024
1 parent 53a1638 commit 03216e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/challenge/src/main/Env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final class Env(

lazy val api = wire[ChallengeApi]

private lazy val socket = wire[ChallengeSocket]
private val socket = wire[ChallengeSocket]

lazy val granter = wire[ChallengeGranter]

Expand Down

0 comments on commit 03216e0

Please sign in to comment.