summaryrefslogtreecommitdiff
path: root/src/utils/environmentInfo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/environmentInfo.ts')
-rw-r--r--src/utils/environmentInfo.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/environmentInfo.ts b/src/utils/environmentInfo.ts
index 435bc9f49a..f8508d1d8b 100644
--- a/src/utils/environmentInfo.ts
+++ b/src/utils/environmentInfo.ts
@@ -1,6 +1,6 @@
import Logger from './logger';
-export default class EnvironmentInfo {
+export default class {
static show(): void {
const env = process.env.NODE_ENV;
let logger = new Logger('Env');