Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Better error handling for InventoryUpdater

Choose a tag to compare

@hajoeichler hajoeichler released this 21 Mar 16:49
· 90 commits to master since this release

Error where not readable like this:

Error on creating channel: [object Object]

Now you will see the JSON response from the SPHERE.IO API.

Further, this release contains a fix in the ensureChannelByKey function. It will now inform you on problems during getting the existing channel (statusCode != 200) instead of trying to create one.