payload-plugin-newsletter 0.20.2 → 0.20.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1874,6 +1874,7 @@ var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
1874
1874
  });
1875
1875
  return Response.json({
1876
1876
  success: true,
1877
+ html: htmlContent,
1877
1878
  preview: {
1878
1879
  subject: subject || "Preview",
1879
1880
  preheader: preheader || "",