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/CHANGELOG.md +8 -0
- package/dist/collections.cjs +1 -1
- package/dist/collections.cjs.map +1 -1
- package/dist/collections.js +1 -1
- package/dist/collections.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/collections.js
CHANGED
|
@@ -1612,7 +1612,7 @@ var createTestBroadcastEndpoint = (config, collectionSlug) => {
|
|
|
1612
1612
|
};
|
|
1613
1613
|
|
|
1614
1614
|
// src/endpoints/broadcasts/preview.ts
|
|
1615
|
-
var createBroadcastPreviewEndpoint = (config,
|
|
1615
|
+
var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
|
|
1616
1616
|
return {
|
|
1617
1617
|
path: "/preview",
|
|
1618
1618
|
method: "post",
|