You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
Remove unnecessary awaits
This commit is contained in:
@ -134,7 +134,7 @@ export default class PlainTextExporter extends Exporter {
|
||||
await this.downloadZIP();
|
||||
} else {
|
||||
const fileName = `matrix-export-${formatFullDateNoDay(new Date())}.txt`;
|
||||
await this.downloadPlainText(fileName, text);
|
||||
this.downloadPlainText(fileName, text);
|
||||
}
|
||||
|
||||
const exportEnd = performance.now();
|
||||
|
Reference in New Issue
Block a user