aboutsummaryrefslogtreecommitdiff
path: root/src/webex/notify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/notify.ts')
-rw-r--r--src/webex/notify.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/notify.ts b/src/webex/notify.ts
index 910a20999..d76d121a0 100644
--- a/src/webex/notify.ts
+++ b/src/webex/notify.ts
@@ -24,7 +24,7 @@
/**
* Imports.
*/
-import wxApi = require("./wxApi");
+import * as wxApi from "./wxApi";
declare var cloneInto: any;