Space after brand
This commit is contained in:
parent
208b914cb0
commit
6ccb7e9145
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue