We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec679a + 989c4a3 commit b720c8aCopy full SHA for b720c8a
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