We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc6cbb commit 0a06025Copy full SHA for 0a06025
1 file changed
src/constant.js
@@ -2,7 +2,7 @@ module.exports = {
2
STATUS_PENDING: '1',
3
STATUS_UPLOADED: '2',
4
STATUS_PROCESSED: '3',
5
- FILES_INDEX: 'files-data',
+ FILES_INDEX: 'files-index',
6
FILES_DATA: 'files-data',
7
UPLOAD_DATA: 'upload-data',
8
PREVIEW_PREFIX: 'preview:',
0 commit comments