Cleanup old unused and missing vars

This commit is contained in:
advplyr
2022-04-03 14:37:44 -05:00
parent f57f0e4e0d
commit 0b9b0341b5
6 changed files with 15 additions and 10 deletions
+1
View File
@@ -73,6 +73,7 @@ export default {
}
},
async checkForUpdate() {
if (this.$platform == 'web') return
console.log('Checking for app update')
const result = await AppUpdate.getAppUpdateInfo()
if (!result) {