ahmader / node-zoho

Zoho API access for NodeJS
21 stars 15 forks source link

convertLead is broken after package updating #47

Closed pahan35 closed 6 years ago

pahan35 commented 6 years ago

I noticed that my code stop working after package updating image

image

pahan35 commented 6 years ago

I found a reason. We need change assignTo value to ''

ahmader commented 6 years ago

Yeah seems the defaults was there and never been used before.

After fixing the unused vars using eslint this problem appeared.