Commit f94268fd by Fernando Martínez Santiago Committed by Arturo Montejo Ráez

upload sound on server side fixed

parent c7dd3778
...@@ -978,7 +978,9 @@ module.exports = { ...@@ -978,7 +978,9 @@ module.exports = {
return res.ok(resp); return res.ok(resp);
}); });
}) })
.catch(err => res.serverError(err)); .catch(err => {
return res.serverError("Adding new picto error:"+err);
});
}, },
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment