rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.29k stars 531 forks source link

createdAt & updatedAt in Users model should be optional #32

Open eckyputrady opened 7 years ago

eckyputrady commented 7 years ago

They are optional according to the spec: https://github.com/gothinkster/realworld/tree/master/api

Backends that adhere to spec closely won't be served correctly.