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.
@@ -1887,6 +1887,7 @@ var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
1887
1887
  });
1888
1888
  return Response.json({
1889
1889
  success: true,
1890
+ html: htmlContent,
1890
1891
  preview: {
1891
1892
  subject: subject || "Preview",
1892
1893
  preheader: preheader || "",