ts ignore
This commit is contained in:
parent
dbd03bd4e0
commit
cecb9fd941
@ -100,8 +100,8 @@ class CalculationService {
|
||||
resEntities[targetName];
|
||||
|
||||
if (toOptions)
|
||||
//@ts-ignore
|
||||
if (toOptions.includes(targetName)) {
|
||||
//@ts-ignore
|
||||
//@ts-ignore
|
||||
if (Array.isArray(targetEnt)) {
|
||||
let optionatedEntities: (TCRMEntity & IBaseOption)[] = [];
|
||||
|
||||
Reference in New Issue
Block a user