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.cjs CHANGED
@@ -2874,7 +2874,7 @@ var createSignoutEndpoint = (_config) => {
2874
2874
  };
2875
2875
 
2876
2876
  // src/endpoints/broadcasts/index.ts
2877
- var createBroadcastManagementEndpoints = (config) => {
2877
+ var createBroadcastManagementEndpoints = (_config) => {
2878
2878
  return [];
2879
2879
  };
2880
2880
 
@@ -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",