Skip to content

Commit

Permalink
Merge branch 'Pekko-migration' of https://github.com/wellcomecollecti…
Browse files Browse the repository at this point in the history
…on/concepts-pipeline into Pekko-migration
  • Loading branch information
StepanBrychta committed Oct 8, 2024
2 parents 5c51352 + f612c79 commit 44076d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object LambdaMain
)
val f = ingestStream.run
.recover { case err: Throwable =>
error(err.getMessage); Done
error(err.getMessage); Done
}
.map(_ => ())

Expand Down

0 comments on commit 44076d7

Please sign in to comment.