Skip to content

Commit 08da194

Browse files
author
Gareth Emslie
committed
updates
1 parent 438a935 commit 08da194

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/import-csv-discussions-action.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ class ImportCSVDiscussionsAction implements IContributedMenuSource {
202202
a.download = "import-failed.csv";
203203
a.href = `data:text/plain;base64,${base64}`;
204204
a.click();
205-
206205
} catch (error) {
207206
this._logger.error(error);
208207
}

0 commit comments

Comments
 (0)