@ -85,7 +85,8 @@ module.exports = function (app, opts) {
).toPromise() :
[]
return [...new Set(...undelStrucRes.map(s => s.strucId))]
const undelStrucIds = [...new Set(...undelStrucRes.map(s => s.strucId))]
return {}
} catch (error) {
ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`);
}