From 18aab5f655ef725b0a5f588d17c882b303a21dc5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 15 Jul 2020 09:46:39 +0100 Subject: [PATCH] Remove redundant enum Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/vector/platform/VectorBasePlatform.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/vector/platform/VectorBasePlatform.ts b/src/vector/platform/VectorBasePlatform.ts index e9febd9042..8345c3f997 100644 --- a/src/vector/platform/VectorBasePlatform.ts +++ b/src/vector/platform/VectorBasePlatform.ts @@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig"; import Favicon from "../../favicon"; -export const updateCheckStatusEnum = { - CHECKING: 'CHECKING', - ERROR: 'ERROR', - NOTAVAILABLE: 'NOTAVAILABLE', - DOWNLOADING: 'DOWNLOADING', - READY: 'READY', -}; - /** * Vector-specific extensions to the BasePlatform template */