zio / zio-quickstarts

A minimal quickstart ZIO application for writing a RESTful Web Service
https://zio.dev/guides/#quickstart-guides
60 stars 39 forks source link

Simplify InmemoryUserRepo.scala #33

Closed joaompfe closed 1 year ago

joaompfe commented 1 year ago

Since we ignore the return value of updateAndGet we can simply use update.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.