This commit is contained in:
mProjectsCode 2022-10-18 11:38:22 +02:00
parent fdbba31d84
commit bdda8146aa
4 changed files with 14 additions and 20 deletions

View file

@ -16,8 +16,6 @@ export class PropertyMapper {
* @param obj
*/
convertObject(obj: object): object {
console.log('test1');
if (!obj.hasOwnProperty('type')) {
return obj;
}