From 5381ae0c679f3aac05f658f667aac5be9cd80ddd Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Tue, 7 Apr 2020 13:27:01 -0400 Subject: [PATCH] OPS: Lin t --- class/app-storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/app-storage.js b/class/app-storage.js index 43aeab472..d168e9f6c 100644 --- a/class/app-storage.js +++ b/class/app-storage.js @@ -303,7 +303,7 @@ export class AppStorage { }; await WatchConnectivity.shared.sendWalletsToWatch(); - const isStorageEncrypted = await this.storageIsEncrypted; + const isStorageEncrypted = await this.storageIsEncrypted(); if (isStorageEncrypted) { DeviceQuickActions.clearShortcutItems(); DeviceQuickActions.removeAllWallets();