You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Remove unnecessary awaits
This commit is contained in:
@@ -107,7 +107,7 @@ export default class JSONExporter extends Exporter {
|
||||
await this.downloadZIP();
|
||||
} else {
|
||||
const fileName = `matrix-export-${formatFullDateNoDay(new Date())}.json`;
|
||||
await this.downloadPlainText(fileName, text);
|
||||
this.downloadPlainText(fileName, text);
|
||||
}
|
||||
|
||||
const exportEnd = performance.now();
|
||||
|
||||
Reference in New Issue
Block a user