mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-24 17:13:04 +01:00
make productionInfo return any type
This commit is contained in:
parent
c5097c27fc
commit
75ccd98e18
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export abstract class MObject {
|
|||
return null;
|
||||
}
|
||||
|
||||
get productionInfo() {
|
||||
get productionInfo(): any {
|
||||
return this.topology?.data?.productionInfo;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue