update CHANGELOG - v1.4.4

This commit is contained in:
lesion
2022-05-10 10:40:49 +02:00
parent 88a87c8e1b
commit 41c0797b31
4 changed files with 36 additions and 6 deletions

View File

@@ -135,7 +135,6 @@ module.exports = {
return Promise.all(promises)
.then(res => {
const info = res[1]
const preview = res[2]
return {
destination: config.upload_path,
filename: filename + '.jpg',
@@ -143,7 +142,6 @@ module.exports = {
height: info.height,
width: info.width,
size: info.size,
preview
}
})
.catch(err => {