You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Delint
This commit is contained in:
@ -102,8 +102,6 @@ export default class PlainTextExporter extends Exporter {
|
|||||||
console.info("Creating output...");
|
console.info("Creating output...");
|
||||||
const text = await this.createOutput(res);
|
const text = await this.createOutput(res);
|
||||||
|
|
||||||
if (this.cancelled) return this.cleanUp();
|
|
||||||
|
|
||||||
if (this.files.length) {
|
if (this.files.length) {
|
||||||
this.addFile("export.txt", new Blob([text]));
|
this.addFile("export.txt", new Blob([text]));
|
||||||
await this.downloadZIP();
|
await this.downloadZIP();
|
||||||
|
Reference in New Issue
Block a user