forked from jsnbuchanan/crowd-funder-for-time-pwa
refactor: misc tweaks for types, lint, etc
This commit is contained in:
@@ -310,7 +310,6 @@ export default class AccountViewView extends Vue {
|
||||
const blob = await db.export({ prettyJson: true });
|
||||
const url = URL.createObjectURL(blob);
|
||||
|
||||
console.log("typeof", typeof this.$refs.downloadLink);
|
||||
const downloadAnchor = this.$refs.downloadLink as HTMLAnchorElement;
|
||||
downloadAnchor.href = url;
|
||||
downloadAnchor.download = db.name + "-backup.json";
|
||||
|
||||
Reference in New Issue
Block a user