Tags bug solved

parent ffbf1e07
......@@ -1020,6 +1020,7 @@ module.exports = {
sails.log.debug("->>" + JSON.stringify(picto));
Student.pictoInfo(stuPicto.id, function(err, resp) {
if (err) throw err;
resp.tags=[];
return res.ok(resp);
});
})
......
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