qlik-oss / enigma.js

JavaScript library for consuming Qlik's Associative Engine.
MIT License
210 stars 82 forks source link

fix: handle undefined response in apiResponseInterceptor #930

Closed chrismanley closed 2 years ago

chrismanley commented 2 years ago

An undefined response causes a null ref error in this method rather than raising the expected promise rejection.