holidayextras / jsonapi-client

Easily consume a json:api service in Javascript.
MIT License
68 stars 19 forks source link

Check for Related Resources before mapping #26

Closed DuncanFenning closed 8 years ago

DuncanFenning commented 8 years ago

This adds some error handling in the event that a resource has no related resources. This prevents an uncaught exception when we try to call map on undefined

pmcnr-hx commented 8 years ago

:+1:

connormeredith commented 8 years ago

:+1: