konnectors/libs

Pdf generation with html2pdf is broken since cozy-konnector-libs@4.25.0

Closed this issue · 0 comments

The resulting file becomes a 0 byte file.

This is due to

const entries = _.cloneDeep(inputEntries)
: entries with a filestream connot be cloned properly.