@social-mail/social-mail-web-server 1.9.31 → 1.9.32
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/server/services/files/SnapshotService.d.ts.map +1 -1
- package/dist/server/services/files/SnapshotService.js +0 -1
- package/dist/server/services/files/SnapshotService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/server/services/files/SnapshotService.ts +0 -1
package/package.json
CHANGED
|
@@ -135,7 +135,6 @@ export default class SnapshotService
|
|
|
135
135
|
.first();
|
|
136
136
|
if (templateFile) {
|
|
137
137
|
const templateFileContent = await this.wcs.getSnapshotFile(ws, ["template.html"]);
|
|
138
|
-
console.log({ text: await templateFileContent.readAsText()});
|
|
139
138
|
// we need to save the file content..
|
|
140
139
|
await this.storage.updateFile(templateFile, templateFileContent);
|
|
141
140
|
await db.appFiles.statements.update({
|