So I'm using https://www.npmjs.com/package/plagiarism-checker/v/3.0.1 to interact with Copyleaks' API and it's working great, except for the fact that setting CopyleaksFileSubmissionModel.includeHtml to true doesn't make it send the HTML on the completion webhook.
what my submit method looks like
can't add link to pastebin without a code block
Clicking on one of the results on the Copyleaks website does present me with the JSON containing the HTML and text for the scan.
So am I missing something or does includeHtml not work?