embedd
embedd copied to clipboard
This repo needs maintenance
This repo needs maintenance throws error when response.data return an array in dataFmt (reddit)
embeddSpec.dataFmt = (response, cb) => {
if (!response.data && Array.isArray(response)) {
response = response[0];
}
[...]