Merge pull request #942 from ente-io/fix_case

Update case
This commit is contained in:
Abhinav Kumar 2023-02-10 18:58:48 +05:30 committed by GitHub
commit 2863235187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
export const ENTE_METADATA_FOLDER = 'metadata';
export enum ExportNotification {
START = 'export started',
IN_PROGRESS = 'export already in progress',
FINISH = 'export finished',
FAILED = 'export failed',
ABORT = 'export aborted',
PAUSE = 'export paused',
UP_TO_DATE = `no new files to export`,
START = 'Export started',
IN_PROGRESS = 'Export already in progress',
FINISH = 'Export finished',
FAILED = 'Export failed',
ABORT = 'Export aborted',
PAUSE = 'Export paused',
UP_TO_DATE = `No new files to export`,
}
export enum RecordType {