Emre Koc

Results 3 comments of Emre Koc

Attempted to fix this in PR #197

@ayyouboulidi unfortunately not.. A workaround could be to fire a cronjob every night or so to delete all but the last of each user.

In case someone runs into this, I got it working it by doing: ```ts // src/@types/index.d.ts declare module 'html2pdf.js' ``` ```ts import * as html2pdf from 'html2pdf.js'; const element =...