Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Oct 6, 2023
1 parent 356e54b commit f68ef85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ object Enrich {
for {
etlTstamp <- Clock[F].realTime(TimeUnit.MILLISECONDS).map(millis => new DateTime(millis))
registry <- enrichRegistry
_ <- if (payload.toString.contains("ben-testing")) Timer[F].sleep(2.minutes) else Sync[F].unit
enriched <- EtlPipeline.processEvents[F](
adapterRegistry,
registry,
Expand Down

0 comments on commit f68ef85

Please sign in to comment.