diff --git a/index.js b/index.js index c3b4014..63a7ada 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ module.exports = { file.path = file.path.replace('\\', '/') return Object.assign(file, { _state: 'SUCCESS' }) } else { - return { _state: 'BACKEND_FAIL_FILE_NOT_RECEIVED' } + return { _state: 'BASEND_FAIL_FILE_NOT_RECEIVED' } } } }