2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

rerun tests

This commit is contained in:
Jay07GIT 2024-10-15 20:53:47 +05:30
parent 706d3882e4
commit 65a59a81fb
No known key found for this signature in database
GPG Key ID: AC6B0308EFC79008

View File

@ -157,7 +157,6 @@
csv.push(row.join(","));
}
var csvFile = new Blob([csv.join("\n")], { type: "text/csv" });
// link to export csv
var downloadBatchChanges = document.createElement("a");
downloadBatchChanges.download = filename;