zio / zio-webhooks

A microlibrary for reliable and persistent webhook delivery
Apache License 2.0
20 stars 9 forks source link

Use the companion objects for Clock and Console #160

Closed paulpdaniels closed 2 years ago

paulpdaniels commented 2 years ago

Looks like there was some carry over from the transition. With Clock and Console being used as parameters instead of directly using their companion objects. I also tried to convert the Console.printLine usage to ZIO.log but it makes one of the tests time out so 🤷 .

zalbia commented 2 years ago

Thanks! Will take a look at using ZIO.log instead.