diff --git a/project/src/utils/CompareUtil.ts b/project/src/utils/CompareUtil.ts index 80b32053..2bd62e74 100644 --- a/project/src/utils/CompareUtil.ts +++ b/project/src/utils/CompareUtil.ts @@ -57,6 +57,7 @@ export class CompareUtil { return v1 === v2; } - throw new Error(`could not detect type match for ${typeOfv1} and ${typeOfv2}`); + + return false; } }