1 parent 219a190 commit 18aab5fCopy full SHA for 18aab5f
1 file changed
src/vector/platform/VectorBasePlatform.ts
@@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig";
23
24
import Favicon from "../../favicon";
25
26
-export const updateCheckStatusEnum = {
27
- CHECKING: 'CHECKING',
28
- ERROR: 'ERROR',
29
- NOTAVAILABLE: 'NOTAVAILABLE',
30
- DOWNLOADING: 'DOWNLOADING',
31
- READY: 'READY',
32
-};
33
-
34
/**
35
* Vector-specific extensions to the BasePlatform template
36
*/
0 commit comments