payload-plugin-newsletter 0.17.3 → 0.17.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.
@@ -1612,7 +1612,7 @@ var createTestBroadcastEndpoint = (config, collectionSlug) => {
1612
1612
  };
1613
1613
 
1614
1614
  // src/endpoints/broadcasts/preview.ts
1615
- var createBroadcastPreviewEndpoint = (config, collectionSlug) => {
1615
+ var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
1616
1616
  return {
1617
1617
  path: "/preview",
1618
1618
  method: "post",