embedd icon indicating copy to clipboard operation
embedd copied to clipboard

This repo needs maintenance

Open oscar-gardiazabal opened this issue 4 years ago • 0 comments

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];
  }
  [...]

oscar-gardiazabal avatar Jan 13 '21 10:01 oscar-gardiazabal