From efd8bf3a0fec30ed95d05830c1256e322701ba8a Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Mon, 28 Jun 2021 11:00:34 +0530 Subject: [PATCH] Delint --- src/utils/exportUtils/PlainTextExport.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/exportUtils/PlainTextExport.ts b/src/utils/exportUtils/PlainTextExport.ts index dff4399b95..d6d686a841 100644 --- a/src/utils/exportUtils/PlainTextExport.ts +++ b/src/utils/exportUtils/PlainTextExport.ts @@ -102,8 +102,6 @@ export default class PlainTextExporter extends Exporter { console.info("Creating output..."); const text = await this.createOutput(res); - if (this.cancelled) return this.cleanUp(); - if (this.files.length) { this.addFile("export.txt", new Blob([text])); await this.downloadZIP();