Authored by jinhu.tung

Merge branch 'develop' into release/1.0

... ... @@ -53,7 +53,7 @@ const uploadImg = (req, res) => {
project: req.body.bucket
},
json: true
}, function(error, httpResponse, rebody) {
}, (error, httpResponse, rebody) => {
if (!error && httpResponse.statusCode === 200) {
imgs = rebody.data.imagesList || [];
datas = [];
... ...