LivePersonInc / node-agent-sdk

LivePerson Agent Messaging SDK for NodeJS
MIT License
49 stars 78 forks source link

Bugfix missingprop #79

Closed canegru closed 4 years ago

canegru commented 5 years ago

Issue: When participantsPId did not contain the specific role property, the bot would crash at line 38 trying to assign to the id property inside p.

Resolution: Check if prop exists and assign accordingly.

asicath commented 4 years ago

We've actually fixed this bug in a more comprehensive way in v1.2.0