Space after brand

pull/21833/head
Jaiwanth 2021-09-29 19:37:21 +05:30
parent 208b914cb0
commit 6ccb7e9145
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export default abstract class Exporter {
protected async downloadZIP(): Promise<string | void> { protected async downloadZIP(): Promise<string | void> {
const brand = SdkConfig.get().brand; const brand = SdkConfig.get().brand;
const filename = `${brand} - Chat Export -${formatFullDateNoDay(new Date())}.zip`; const filename = `${brand} - Chat Export - ${formatFullDateNoDay(new Date())}.zip`;
const { default: JSZip } = await import('jszip'); const { default: JSZip } = await import('jszip');
const zip = new JSZip(); const zip = new JSZip();