summaryrefslogtreecommitdiff
path: root/src/webex/pages/error.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/pages/error.tsx')
-rw-r--r--src/webex/pages/error.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webex/pages/error.tsx b/src/webex/pages/error.tsx
index f278bd224..829ea0c90 100644
--- a/src/webex/pages/error.tsx
+++ b/src/webex/pages/error.tsx
@@ -28,8 +28,6 @@ import * as React from "react";
import * as ReactDOM from "react-dom";
import URI = require("urijs");
-"use strict";
-
interface ErrorProps {
message: string;
}
@@ -44,7 +42,7 @@ class ErrorView extends React.Component<ErrorProps, void> {
}
}
-export async function main() {
+async function main() {
try {
const url = new URI(document.location.href);
const query: any = URI.parseQuery(url.query());