pipedrive/client-nodejs

searchOrganization response contains { custom_fields: NaN }

alex-all3dp opened this issue · 2 comments

When using OrganizationsApi.searchOrganization() the result item contains {..., custom_fields: NaN } where when using the API directly it correctly shows {..., custom_fields: ["some string"] }.

When debugging I noticed that data in

correcly contains custom_fields: ["some string"] but after passing through _OrganizationSearchResponseAllOf.constructFromObject() it doesn't anymore.

Would greatly appreciate a fix :)

thank you!

Thanks for the feedback, we'll take a look at it.

the issue is fixed