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 */