Authored by htoooth

refactor

... ... @@ -31,7 +31,7 @@ module.exports.indexAsync = (pid) => {
item.img = helpers.getForceSourceUrl(area.imageUrl);
}
if(!area.infos){
if (!area.infos) {
return result;
}
... ...