From a470a510987359fccb6242ce7b9065b6f6fbc1ab Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 3 May 2022 13:59:27 +0800 Subject: [PATCH] rename backend to basend --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } } }