@ -29,7 +29,7 @@ app.use(function(req, res, next) {
var upload = multer({ storage: storage }).single('file')
app.post('/upload', function(req, res) {
app.post('/upload', function(req, res, next) {
upload(req, res, function(err) {
if (err instanceof multer.MulterError) {
The note is not visible to the blocked user.