fix ts linting and delint the world

This commit is contained in:
Michael Telatynski
2021-07-01 09:22:57 +01:00
parent 4db0a0ac0c
commit 397bc66522
9 changed files with 256 additions and 12 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ interface ICachedUpdate {
releaseNotes: string;
releaseName: string;
releaseDate: Date;
updateURL : string;
updateURL: string;
}
// cache the latest update which has been downloaded as electron offers no api to read it