fix for #67
This commit is contained in:
parent
fdbba31d84
commit
bdda8146aa
4 changed files with 14 additions and 20 deletions
|
|
@ -16,8 +16,6 @@ export class PropertyMapper {
|
|||
* @param obj
|
||||
*/
|
||||
convertObject(obj: object): object {
|
||||
console.log('test1');
|
||||
|
||||
if (!obj.hasOwnProperty('type')) {
|
||||
return obj;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue