fix: upload file hash order

This commit is contained in:
Nick
2019-05-21 20:58:04 -04:00
parent eedd1c0707
commit 1fecf38034
3 changed files with 13 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ router.post('/u', multer({
...fileMeta,
originalname: sanitize(fileMeta.originalname).toLowerCase(),
folderId: folderId,
hierarchy,
assetPath,
userId: req.user.id
})
res.send('ok')