churchtools / churchtools-js-client

JavaScript client to easily access the ChurchTools REST-API
Apache License 2.0
18 stars 3 forks source link

Bugfix/fix promise chain #18

Closed hubermat closed 2 years ago

hubermat commented 2 years ago

Im Fall von falschem Login-Token (unauthorized) wurde die Promise-Chain nicht richtig fortgeführt. Es fehlte ein Re-throw an einer Stelle.

Außerdem gab es eine unhandled Promise Rejection: logError returnt eine Promise, die für bestimmte Loglevel rejected wird 🤦 . Das wird jetzt abgefangen.