Space after brand

This commit is contained in:
Jaiwanth 2021-09-29 19:37:21 +05:30
parent 208b914cb0
commit 6ccb7e9145

View file

@ -72,7 +72,7 @@ export default abstract class Exporter {
protected async downloadZIP(): Promise<string | void> {
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 zip = new JSZip();