Authored by htoooth

refactor

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