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.
package/dist/index.js CHANGED
@@ -2857,7 +2857,7 @@ var createSignoutEndpoint = (_config) => {
2857
2857
  };
2858
2858
 
2859
2859
  // src/endpoints/broadcasts/index.ts
2860
- var createBroadcastManagementEndpoints = (config) => {
2860
+ var createBroadcastManagementEndpoints = (_config) => {
2861
2861
  return [];
2862
2862
  };
2863
2863
 
@@ -4172,7 +4172,7 @@ var createTestBroadcastEndpoint = (config, collectionSlug) => {
4172
4172
  };
4173
4173
 
4174
4174
  // src/endpoints/broadcasts/preview.ts
4175
- var createBroadcastPreviewEndpoint = (config, collectionSlug) => {
4175
+ var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
4176
4176
  return {
4177
4177
  path: "/preview",
4178
4178
  method: "post",