@social-mail/social-mail-client 1.4.116 → 1.4.117
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/admin/AdminAppIndex.pack.js +1 -1
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +1 -1
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/page/channels/detail/ChannelDetailPage.js +1 -1
- package/dist/web/page/channels/detail/ChannelDetailPage.js.map +1 -1
- package/package.json +1 -1
- package/src/web/page/channels/detail/ChannelDetailPage.tsx +1 -1
|
@@ -40524,7 +40524,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
40524
40524
|
}
|
|
40525
40525
|
publishMail(email) {
|
|
40526
40526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
40527
|
-
yield this.channelService.
|
|
40527
|
+
yield this.channelService.publishMail(email);
|
|
40528
40528
|
this.version++;
|
|
40529
40529
|
});
|
|
40530
40530
|
}
|