qlik-oss / enigma.js

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

fix: guard against empty patch array #994

Closed Caele closed 9 months ago

Caele commented 9 months ago

Empty array reponses from engine causes a js exception in the delta patching, there are not apparent side effects as the delta is zero, but good to get rid of the error.