@@ -79,7 +79,7 @@ export class LpMaintenance {
const lpAddressList: any = []
for (const lp of lpList) {
- logger.debug(lp)
+ lp.dataObj = JSON.parse(lp.data)
lpAddressList.push(lp.dataObj.LP)
}