quick clean up commit

This commit is contained in:
Ro 2020-05-21 14:16:30 -07:00
parent d257d94a80
commit c4f6ed7357

View file

@ -16,7 +16,6 @@ const book = new Book();
const uploadPath =
'./public/assets/images/user/' + moment().format('YYYY') + '/' + moment().format('MM');
fs.ensureDir(uploadPath, () => {
//console.log(err) // => null
// dir has now been created, including the directory it is to be placed in
});
var storage = multer.diskStorage({