@social-mail/social-mail-web-server 1.9.27 → 1.9.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-web-server",
3
- "version": "1.9.27",
3
+ "version": "1.9.28",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -125,7 +125,7 @@ export default class SnapshotService
125
125
 
126
126
  this.ms.snapshotRefresh.notify({ folderID });
127
127
 
128
- const ws = await this.wcs.getCurrentSnapshotFolder(folderID);
128
+ const ws = await this.wcs.getCurrentSnapshot(folderID);
129
129
 
130
130
  // in case of design, we need to fix template.html to reference
131
131
  // cdn image to reduce load time