Skip to content

Commit

Permalink
Fixed enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Jul 29, 2023
1 parent e1965df commit 9554c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-core/src/indexed-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export enum DatabaseStore {
PROJECTS_PREVIEW = 'projects_preview',
TASKS_PREVIEW = 'tasks_preview',
JOBS_PREVIEW = 'jobs_preview',
CLOUDSTORAGES_PREVIEW = 'cloud_storages_preview',
CLOUDSTORAGES_PREVIEW = 'cloudstorages_preview',
FUNCTIONS_PREVIEW = 'functions_preview',
COMPRESSED_JOB_CHUNKS = 'compressed_job_chunks',
COMPRESSED_JOB_IMAGES = 'compressed_job_images',
Expand Down

0 comments on commit 9554c7d

Please sign in to comment.