Merge pull request #14472 from vector-im/t3chguy/clean-up

Remove redundant enum
element^2
Michael Telatynski 2020-07-15 09:58:12 +01:00 committed by GitHub
commit 989c4a3acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

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