make productionInfo return any type

This commit is contained in:
Val Erastov 2022-07-24 14:29:01 -07:00
parent c5097c27fc
commit 75ccd98e18

View file

@ -48,7 +48,7 @@ export abstract class MObject {
return null;
}
get productionInfo() {
get productionInfo(): any {
return this.topology?.data?.productionInfo;
}
}