jparis / qrs-interact

Inactive - QRS Interact is a simple javascript library that allows users to send queries to the Qlik Sense Repository Service.
GNU General Public License v3.0
10 stars 7 forks source link

Broken header code for POST? #79

Closed mountaindude closed 3 years ago

mountaindude commented 3 years ago

@jparis

Think there might be a small bug in the POST code. https://github.com/jparis/qrs-interact/blob/1580fb5244bd04d1d734bb053d7b5af6395d8f48/qrsInteract.js#L144

r.headers... throws an error. I suspect the "r" should be a "requestParams".

Will try that and open a PR if needed.

/Göran

mountaindude commented 3 years ago

Yup, that seems to fix it. Will open a PR.

mountaindude commented 3 years ago

PR created.

jparis commented 3 years ago

Yep, my bad. Made some changes and totally misssed that one. Will merge in a sec.