We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8124 commit 59f0727Copy full SHA for 59f0727
1 file changed
sjsls/src/refreshRoute.scala
@@ -15,7 +15,6 @@ import cats.effect.IO
15
import _root_.io.circe.syntax.EncoderOps
16
import cats.effect.kernel.Ref
17
import scribe.Scribe
18
-import scala.concurrent.duration.DurationDouble
19
20
def refreshRoutes(
21
refreshTopic: Topic[IO, Unit],
@@ -34,6 +33,7 @@ def refreshRoutes(
34
33
35
val assetRefresh = assetRefreshTopic
36
.subscribe(10)
+ .map(AssetRefresh(_))
37
.evalTap(s => logger.debug("[assetRefreshRoute] raw event received from assetRefreshTopic (pre-debounce) $s"))
38
39
0 commit comments