Skip to content

Commit

Permalink
fix tslint error
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
  • Loading branch information
vavido committed Jan 8, 2021
1 parent 770379f commit ec2ab12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/lib/api/src/model/things.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,8 @@ export class Metadata extends IndexedEntityModel<Metadata, Feature> {
}
if (o.features !== undefined) {
return new Metadata(IndexedEntityModel.fromPlainObject(o.features, Feature.fromObject));
} else {
return new Metadata(undefined);
}
return new Metadata(undefined);
}
}

Expand Down

0 comments on commit ec2ab12

Please sign in to comment.