Skip to content

Commit 989c4a3

Browse files
authored
Merge pull request element-hq#14472 from vector-im/t3chguy/clean-up
Remove redundant enum
2 parents 219a190 + 18aab5f commit 989c4a3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vector/platform/VectorBasePlatform.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig";
2323

2424
import Favicon from "../../favicon";
2525

26-
export const updateCheckStatusEnum = {
27-
CHECKING: 'CHECKING',
28-
ERROR: 'ERROR',
29-
NOTAVAILABLE: 'NOTAVAILABLE',
30-
DOWNLOADING: 'DOWNLOADING',
31-
READY: 'READY',
32-
};
33-
3426
/**
3527
* Vector-specific extensions to the BasePlatform template
3628
*/

0 commit comments

Comments
 (0)