Closed atymic closed 4 years ago
The new DM endpoints have nested arrays, but this library tries to concatenate them (assuming they are ids) which failed because they don't only contain strings.
This is a quick patch to fix that by checking the array actually only contains strings.
Closes #199
The new DM endpoints have nested arrays, but this library tries to concatenate them (assuming they are ids) which failed because they don't only contain strings.
This is a quick patch to fix that by checking the array actually only contains strings.
Closes #199