CompositionalIT / SAFE-Dojo

An introductory dojo to learn how to develop full stack web applications in F#
378 stars 126 forks source link

If API calls fail then return dummy data #138

Closed theprash closed 2 years ago

theprash commented 2 years ago

If any of the API calls fail, log a warning and return some dummy data (maybe randomised?)

theprash commented 2 years ago

Fixed by #139