Skip to content

Conversation

abonnell
Copy link

Reference Issue:
#69

What does this fix?
When querying the ValidateExportCompliance endpoint using the node client the function convertToType() in ApiClient.js will attempt to run the .map() function on a String.

This adds a check for data of type String, and if data is of type String it will cast it as an array so that the .map() function can successfully run on the data variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant