aboutsummaryrefslogtreecommitdiff
path: root/src/webex/notify.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-06 21:15:41 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-06 21:15:41 +0530
commitf36bb7a04eabe0330cb166bf9ce5021c92f38dc8 (patch)
tree9a242a06bd5353c8b167600c31776c9f16d9d21c /src/webex/notify.ts
parent07f25566ca51b7faf6462a57d15f4ebbfc733ab0 (diff)
downloadwallet-core-f36bb7a04eabe0330cb166bf9ce5021c92f38dc8.tar.xz
linter
Diffstat (limited to 'src/webex/notify.ts')
-rw-r--r--src/webex/notify.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webex/notify.ts b/src/webex/notify.ts
index d76d121a0..887658ef9 100644
--- a/src/webex/notify.ts
+++ b/src/webex/notify.ts
@@ -26,9 +26,9 @@
*/
import * as wxApi from "./wxApi";
-declare var cloneInto: any;
+declare let cloneInto: any;
-let logVerbose: boolean = false;
+let logVerbose = false;
try {
logVerbose = !!localStorage.getItem("taler-log-verbose");
} catch (e) {